summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Podfile
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-02-16 01:24:12 +0100
committerJules Laplace <jules@okfoc.us>2017-02-16 01:24:12 +0100
commit30c49550c89c1b69c680170d2dc247eac76bd463 (patch)
tree8732652298b630b9ba15def97e59738f1c9bf7b6 /StoneIsland/platforms/ios/Podfile
parent8f1f626384e6ba75f4fb24c27e0973260a74421b (diff)
push plugin
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