[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 2.2.0 / GoogleSignIn.podspec.json
blob81a8f1f4ba3a3d48a8bcf7dedfe7cf62ac4b02e5
2   "name": "GoogleSignIn",
3   "version": "2.2.0",
4   "summary": "Enables iOS apps to sign in with Google.",
5   "description": "The Google Sign-In SDK allows users to sign in with their Google account from third-party apps.",
6   "homepage": "https://developers.google.com/identity/sign-in/ios/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2015 Google Inc. All Rights Reserved."
10   },
11   "authors": "Google Inc.",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "vendored_libraries": [
16     "Libraries/libSignIn.a",
17     "Libraries/libGIDExShared.a"
18   ],
19   "public_header_files": "Headers/Public/*.h",
20   "resources": [
21     "Resources/GoogleSignIn.bundle"
22   ],
23   "source_files": "Headers/Public/*.h",
24   "preserve_paths": [
25     "Changelog"
26   ],
27   "frameworks": [
28     "CoreText",
29     "Security",
30     "StoreKit"
31   ],
32   "dependencies": {
33     "GoogleAuthUtilities": [
34       "~> 1"
35     ],
36     "GoogleUtilities": [
37       "~> 1"
38     ],
39     "GoogleAppUtilities": [
40       "~> 1"
41     ],
42     "GoogleNetworkingUtilities": [
43       "~> 1"
44     ]
45   },
46   "source": {
47     "http": "https://www.gstatic.com/cpdc/0cb71dba3e022a71-GoogleSignIn-2.2.0.tar.gz"
48   }