diff options
Diffstat (limited to 'StoneIsland/platforms/ios/Podfile')
| -rw-r--r-- | StoneIsland/platforms/ios/Podfile | 14 |
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 |
