[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 2.1.0 / GoogleSignIn.podspec.json
blobb7706d0ada19b4fa4bc180e42cd2f7bd54c55a2a
2   "name": "GoogleSignIn",
3   "version": "2.1.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_libraries": [
16     "Libraries/libSignIn.a"
17   ],
18   "public_header_files": "Headers/Public/*.h",
19   "resources": [
20     "Resources/GoogleSignIn.bundle"
21   ],
22   "source_files": "Headers/Public/*.h",
23   "preserve_paths": [
24     "Changelog"
25   ],
26   "frameworks": [
27     "CoreText",
28     "Security",
29     "StoreKit"
30   ],
31   "dependencies": {
32     "GoogleAppUtilities": [
33       "~> 1"
34     ],
35     "GoogleAuthUtilities": [
36       "~> 1"
37     ],
38     "GoogleUtilities": [
39       "~> 1"
40     ],
41     "GoogleNetworkingUtilities": [
42       "~> 1"
43     ]
44   },
45   "source": {
46     "http": "https://www.gstatic.com/cpdc/88eb34564c66a3dc-GoogleSignIn-2.1.0.tar.gz"
47   }