[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 2 / 9 / GoogleCloudMessaging / 1.1.0 / GoogleCloudMessaging.podspec.json
blob96032e43806da03123e7616e637f0e82f8451de7
2   "name": "GoogleCloudMessaging",
3   "version": "1.1.0",
4   "summary": "Google Cloud Messaging for iOS",
5   "description": "Google Cloud Messaging (GCM) for iOS is a service that allows you to send data from your server to your users' iOS device, and also to receive messages from devices on the same connection. The GCM service handles all aspects of queueing of messages and delivery to the target iOS application running on the target device, and it is completely free.",
6   "homepage": "https://developers.google.com/cloud-messaging/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2015 Google Inc."
10   },
11   "authors": "Google Inc.",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "vendored_libraries": [
16     "Libraries/libGcmLib.a"
17   ],
18   "public_header_files": [
19     "Headers/Public/*.h"
20   ],
21   "source_files": [
22     "Headers/Public/*.h"
23   ],
24   "frameworks": [
25     "AddressBook",
26     "SystemConfiguration"
27   ],
28   "libraries": [
29     "sqlite3"
30   ],
31   "dependencies": {
32     "GoogleUtilities": [
33       "~> 1.0"
34     ],
35     "GoogleNetworkingUtilities": [
36       "~> 1.0"
37     ],
38     "GoogleSymbolUtilities": [
39       "~> 1.0"
40     ],
41     "GoogleIPhoneUtilities": [
42       "~> 1.0"
43     ],
44     "GoogleInterchangeUtilities": [
45       "~> 1.0"
46     ]
47   },
48   "source": {
49     "http": "https://www.gstatic.com/cpdc/d2dc27089f23b85c-GoogleCloudMessaging-1.1.0.tar.gz"
50   },
51   "deprecated_in_favor_of": "FirebaseMessaging"