diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-10-26 01:41:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-10-26 01:41:16 +0200 |
| commit | 8dae6a5044f9c1b7a8497cc1c96155fd262b40cf (patch) | |
| tree | 6f546503efcb198a193f919efafb83977abb9535 /StoneIsland/platforms/ios/pods.json | |
| parent | 531c60ee7ecbee516812d560b63a8317c3cf3590 (diff) | |
iphone x fixes
Diffstat (limited to 'StoneIsland/platforms/ios/pods.json')
| -rw-r--r-- | StoneIsland/platforms/ios/pods.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/StoneIsland/platforms/ios/pods.json b/StoneIsland/platforms/ios/pods.json index 4fe84812..7c0157c5 100644 --- a/StoneIsland/platforms/ios/pods.json +++ b/StoneIsland/platforms/ios/pods.json @@ -1,8 +1,14 @@ { - "FirebaseMessaging": { - "name": "FirebaseMessaging", + "GoogleCloudMessaging": { + "name": "GoogleCloudMessaging", "type": "podspec", - "spec": "~> 2.0.0", + "spec": "~> 1.2.0", + "count": 1 + }, + "GGLInstanceID": { + "name": "GGLInstanceID", + "type": "podspec", + "spec": "~> 1.2.1", "count": 1 } }
\ No newline at end of file |
