[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 4.0.1 / GoogleSignIn.podspec.json
bloba87eca817280cc508f6de4f9742a82b96b290eb4
2   "name": "GoogleSignIn",
3   "version": "4.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     "text": "Copyright 2016 Google",
9     "type": "Copyright"
10   },
11   "authors": "Google, Inc.",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "http": "https://dl.google.com/dl/cpdc/1e9a99db415f062f/GoogleSignIn-4.0.1.tar.gz"
17   },
18   "vendored_frameworks": [
19     "Frameworks/GoogleSignIn.framework"
20   ],
21   "resources": [
22     "Resources/GoogleSignIn.bundle"
23   ],
24   "preserve_paths": [
25     "CHANGELOG.md",
26     "README.md"
27   ],
28   "frameworks": [
29     "CoreText",
30     "SafariServices",
31     "Security"
32   ],
33   "dependencies": {
34     "GoogleAppUtilities": "~> 1.1",
35     "GTMOAuth2": "~> 1.0",
36     "GTMSessionFetcher/Core": "~> 1.1",
37     "GoogleToolboxForMac/NSDictionary+URLArguments": "~> 2.1"
38   }