diff options
Diffstat (limited to 'StoneIsland/platforms/ios/pods.json')
| -rw-r--r-- | StoneIsland/platforms/ios/pods.json | 63 |
1 files changed, 53 insertions, 10 deletions
diff --git a/StoneIsland/platforms/ios/pods.json b/StoneIsland/platforms/ios/pods.json index 7c0157c5..4630ded2 100644 --- a/StoneIsland/platforms/ios/pods.json +++ b/StoneIsland/platforms/ios/pods.json @@ -1,14 +1,57 @@ { - "GoogleCloudMessaging": { - "name": "GoogleCloudMessaging", - "type": "podspec", - "spec": "~> 1.2.0", - "count": 1 + "declarations": { + "use_frameworks!": { + "declaration": "use_frameworks!", + "count": 1 + } }, - "GGLInstanceID": { - "name": "GGLInstanceID", - "type": "podspec", - "spec": "~> 1.2.1", - "count": 1 + "sources": { + "https://cdn.cocoapods.org/": { + "source": "https://cdn.cocoapods.org/", + "count": 1 + } + }, + "libraries": { + "Firebase/Core": { + "name": "Firebase/Core", + "spec": "6.28.1", + "count": 1 + }, + "Firebase/Auth": { + "name": "Firebase/Auth", + "spec": "6.28.1", + "count": 1 + }, + "Firebase/Messaging": { + "name": "Firebase/Messaging", + "spec": "6.28.1", + "count": 1 + }, + "Firebase/Performance": { + "name": "Firebase/Performance", + "spec": "6.28.1", + "count": 1 + }, + "Firebase/RemoteConfig": { + "name": "Firebase/RemoteConfig", + "spec": "6.28.1", + "count": 1 + }, + "FirebaseFirestore": { + "name": "FirebaseFirestore", + "git": "https://github.com/invertase/firestore-ios-sdk-frameworks.git", + "tag": "6.28.1", + "count": 1 + }, + "Firebase/Crashlytics": { + "name": "Firebase/Crashlytics", + "spec": "6.28.1", + "count": 1 + }, + "GoogleSignIn": { + "name": "GoogleSignIn", + "spec": "5.0.2", + "count": 1 + } } }
\ No newline at end of file |
