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