[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 4.0.0 / GoogleSignIn.podspec.json
blobf59ed19c0c9303fefe7cc12d555787ef66e25dbf
2   "name": "GoogleSignIn",
3   "version": "4.0.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     "text": "Copyright 2015 Google Inc. All Rights Reserved.",
9     "type": "Copyright"
10   },
11   "authors": "Google Inc.",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "vendored_frameworks": [
16     "Frameworks/GoogleSignIn.framework"
17   ],
18   "resources": [
19     "Resources/GoogleSignIn.bundle"
20   ],
21   "source_files": [
23   ],
24   "preserve_paths": [
25     "CHANGELOG.md",
26     "README.md"
27   ],
28   "frameworks": [
29     "CoreText",
30     "SafariServices",
31     "Security"
32   ],
33   "dependencies": {
34     "GoogleAppUtilities": [
35       "~> 1.1"
36     ],
37     "GoogleNetworkingUtilities": [
38       "~> 1.2"
39     ],
40     "GoogleAuthUtilities": [
41       "~> 2.0"
42     ],
43     "GoogleUtilities": [
44       "~> 1.3"
45     ]
46   },
47   "source": {
48     "http": "https://www.gstatic.com/cpdc/03b4b5d3dabf3365-GoogleSignIn-4.0.0.tar.gz"
49   }