[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 2.3.2 / GoogleSignIn.podspec.json
blobbd54859bb229fc4cac8b0563f42b6f6fb94b5bf7
2   "name": "GoogleSignIn",
3   "version": "2.3.2",
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     "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     "GoogleNetworkingUtilities": [
41       "~> 1.0"
42     ],
43     "GoogleUtilities": [
44       "~> 1.0"
45     ],
46     "GoogleAuthUtilities": [
47       "~> 1.0"
48     ],
49     "GoogleAppUtilities": [
50       "~> 1.0"
51     ]
52   },
53   "source": {
54     "http": "https://www.gstatic.com/cpdc/aa169c0c15c994b0-GoogleSignIn-2.3.2.tar.gz"
55   }