summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/Podfile
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-08-31 23:07:20 +0200
committerJules Laplace <julescarbon@gmail.com>2020-08-31 23:07:20 +0200
commit22721a013bdd10d5eb395ba18453585f5f3f1f7f (patch)
tree5a920e31d6026ed5dc55265e5fd057febccc50e3 /StoneIsland/platforms/ios/Podfile
parentd22d51a1ae49680015326857360eb699f31efced (diff)
rebuild the ios platform and the plugins
Diffstat (limited to 'StoneIsland/platforms/ios/Podfile')
-rw-r--r--StoneIsland/platforms/ios/Podfile14
1 files changed, 11 insertions, 3 deletions
diff --git a/StoneIsland/platforms/ios/Podfile b/StoneIsland/platforms/ios/Podfile
index 65988dd6..182e21b1 100644
--- a/StoneIsland/platforms/ios/Podfile
+++ b/StoneIsland/platforms/ios/Podfile
@@ -1,7 +1,15 @@
# DO NOT MODIFY -- auto-generated by Apache Cordova
-platform :ios, '8.0'
+source 'https://cdn.cocoapods.org/'
+platform :ios, '11.0'
+use_frameworks!
target 'Stone Island' do
project 'Stone Island.xcodeproj'
- pod 'GoogleCloudMessaging', '~> 1.2.0'
- pod 'GGLInstanceID', '~> 1.2.1'
+ pod 'Firebase/Core', '6.28.1'
+ pod 'Firebase/Auth', '6.28.1'
+ pod 'Firebase/Messaging', '6.28.1'
+ pod 'Firebase/Performance', '6.28.1'
+ pod 'Firebase/RemoteConfig', '6.28.1'
+ pod 'FirebaseFirestore', :tag => '6.28.1', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git'
+ pod 'Firebase/Crashlytics', '6.28.1'
+ pod 'GoogleSignIn', '5.0.2'
end