[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / b / 9 / GGLInstanceID / 1.1.5 / GGLInstanceID.podspec.json
blob9bf8a481e8b55785859a126b5698ce4fd1dfbe9b
2   "name": "GGLInstanceID",
3   "version": "1.1.5",
4   "summary": "InstanceID for iOS",
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://developer.android.com/google/gcm/index.html",
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/libGGLInstanceIDLib.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   ],
31   "dependencies": {
32     "GoogleIPhoneUtilities": [
33       "~> 1.0"
34     ],
35     "GoogleSymbolUtilities": [
36       "~> 1.0"
37     ],
38     "GoogleNetworkingUtilities": [
39       "~> 1.0"
40     ],
41     "GoogleUtilities": [
42       "~> 1.0"
43     ]
44   },
45   "source": {
46     "http": "https://www.gstatic.com/cpdc/5b7626406a574c36-GGLInstanceID-1.1.5.tar.gz"
47   }