[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 2.0.1 / GoogleSignIn.podspec.json
blob207a961df456c203a6405c05e33e4908d925c270
2   "name": "GoogleSignIn",
3   "version": "2.0.1",
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   ],
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     "README",
26     "Sample"
27   ],
28   "frameworks": [
29     "CoreText",
30     "Security",
31     "StoreKit"
32   ],
33   "dependencies": {
34     "GoogleAppUtilities": [
35       "~> 1"
36     ],
37     "GoogleAuthUtilities": [
38       "~> 1"
39     ],
40     "GoogleUtilities": [
41       "~> 1"
42     ],
43     "GoogleNetworkingUtilities": [
44       "~> 1"
45     ]
46   },
47   "source": {
48     "http": "https://www.gstatic.com/cpdc/0b5925b815e3d480-GoogleSignIn-2.0.1.tar.gz"
49   }