[Add] ArkuiPodTest 0.0.3
[CocoaPods.git] / Specs / 4 / 2 / 9 / GoogleCloudMessaging / 1.1.3 / GoogleCloudMessaging.podspec.json
blob978decb84ca9cfd87002063c7d0c0c823c0449d9
2   "name": "GoogleCloudMessaging",
3   "version": "1.1.3",
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     "GoogleIPhoneUtilities": [
37       "~> 1.0"
38     ],
39     "GoogleInterchangeUtilities": [
40       "~> 1.0"
41     ],
42     "GoogleSymbolUtilities": [
43       "~> 1.0"
44     ],
45     "GoogleNetworkingUtilities": [
46       "~> 1.0"
47     ],
48     "GoogleUtilities": [
49       "~> 1.0"
50     ]
51   },
52   "source": {
53     "http": "https://www.gstatic.com/cpdc/8b797ff3e035ce2e-GoogleCloudMessaging-1.1.3.tar.gz"
54   },
55   "deprecated_in_favor_of": "FirebaseMessaging"