[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 2.3.1 / GoogleSignIn.podspec.json
blob09498d5376c896e6633e0b2f3be636965bb968c9
2   "name": "GoogleSignIn",
3   "version": "2.3.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     "Libraries/libGIPNSURL+FIFE.a",
18     "Libraries/libGIDExShared.a"
19   ],
20   "public_header_files": [
21     "Headers/Public/*.h"
22   ],
23   "resources": [
24     "Resources/GoogleSignIn.bundle"
25   ],
26   "source_files": [
27     "Headers/Public/*.h"
28   ],
29   "preserve_paths": [
30     "CHANGELOG.md",
31     "README.md"
32   ],
33   "frameworks": [
34     "CoreText",
35     "SafariServices",
36     "Security",
37     "StoreKit"
38   ],
39   "dependencies": {
40     "GoogleAppUtilities": [
41       "~> 1.0"
42     ],
43     "GoogleAuthUtilities": [
44       "~> 1.0"
45     ],
46     "GoogleUtilities": [
47       "~> 1.0"
48     ],
49     "GoogleNetworkingUtilities": [
50       "~> 1.0"
51     ]
52   },
53   "source": {
54     "http": "https://www.gstatic.com/cpdc/988a78e974c6a3d6-GoogleSignIn-2.3.1.tar.gz"
55   }