[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 2.4.0 / GoogleSignIn.podspec.json
blob314a12f6ccbff978d13a6bdafa7da5d17ff0cc15
2   "name": "GoogleSignIn",
3   "version": "2.4.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     "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   ],
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     "StoreKit"
37   ],
38   "dependencies": {
39     "GoogleUtilities": [
40       "~> 1.0"
41     ],
42     "GoogleNetworkingUtilities": [
43       "~> 1.0"
44     ],
45     "GoogleAppUtilities": [
46       "~> 1.0"
47     ],
48     "GoogleAuthUtilities": [
49       "~> 1.0"
50     ]
51   },
52   "source": {
53     "http": "https://www.gstatic.com/cpdc/aabd2805ac7a9ef2-GoogleSignIn-2.4.0.tar.gz"
54   }