[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 9 / GGLInstanceID / 1.0.0 / GGLInstanceID.podspec.json
blob87239bbd3b1b7ee754325a26acd7652664218786
2   "name": "GGLInstanceID",
3   "version": "1.0.0",
4   "summary": "Instance ID provides a unique ID per instance of your iOS apps.",
5   "description": "Instance ID provides a unique ID per instance of your iOS apps, with support for Android as well. In addition to providing unique IDs for authentication, Instance ID can generate security tokens for use with other services.",
6   "homepage": "https://developers.google.com/instance-id/",
7   "license": {
8     "text": "Copyright 2015 Google Inc.",
9     "type": "Copyright"
10   },
11   "authors": "Google Inc.",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "vendored_libraries": [
16     "Libraries/libGGLInstanceIDLib.a"
17   ],
18   "public_header_files": "Headers/Public/*.h",
19   "source_files": "Headers/Public/*.h",
20   "frameworks": [
21     "AddressBook"
22   ],
23   "dependencies": {
24     "GoogleNetworkingUtilities": [
25       "~> 1.0"
26     ],
27     "GoogleUtilities": [
28       "~> 1.0"
29     ],
30     "GoogleSymbolUtilities": [
31       "~> 1.0"
32     ]
33   },
34   "source": {
35     "http": "https://www.gstatic.com/cpdc/45058084fadf15a2-GGLInstanceID-1.0.0.tar.gz"
36   }