[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 2 / 9 / GoogleCloudMessaging / 1.2.0 / GoogleCloudMessaging.podspec.json
blobbddb0f7cca21ac26284eec20f9036b0dd0cf82f4
2   "name": "GoogleCloudMessaging",
3   "version": "1.2.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   "preserve_paths": [
25     "CHANGELOG.md",
26     "README.md"
27   ],
28   "frameworks": [
29     "AddressBook",
30     "SystemConfiguration"
31   ],
32   "libraries": [
33     "sqlite3"
34   ],
35   "dependencies": {
36     "GoogleSymbolUtilities": [
37       "~> 1.0"
38     ],
39     "GoogleIPhoneUtilities": [
40       "~> 1.0"
41     ],
42     "GoogleInterchangeUtilities": [
43       "~> 1.0"
44     ]
45   },
46   "source": {
47     "http": "https://www.gstatic.com/cpdc/1ee08e474579fa86-GoogleCloudMessaging-1.2.0.tar.gz"
48   },
49   "deprecated_in_favor_of": "FirebaseMessaging"