summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/Podfile')
-rw-r--r--StoneIsland/platforms/ios/Podfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/Podfile b/StoneIsland/platforms/ios/Podfile
new file mode 100644
index 00000000..65988dd6
--- /dev/null
+++ b/StoneIsland/platforms/ios/Podfile
@@ -0,0 +1,7 @@
+# DO NOT MODIFY -- auto-generated by Apache Cordova
+platform :ios, '8.0'
+target 'Stone Island' do
+ project 'Stone Island.xcodeproj'
+ pod 'GoogleCloudMessaging', '~> 1.2.0'
+ pod 'GGLInstanceID', '~> 1.2.1'
+end