[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 6.0.1 / GoogleSignIn.podspec.json
blob8ad7534ea67cdf47fff72fb31bc624b7af81f0a7
2   "name": "GoogleSignIn",
3   "version": "6.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     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Google LLC",
12   "source": {
13     "git": "https://github.com/google/GoogleSignIn-iOS.git",
14     "tag": "6.0.1"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "prefix_header_file": false,
20   "source_files": [
21     "GoogleSignIn/Sources/**/*.[mh]"
22   ],
23   "public_header_files": [
24     "GoogleSignIn/Sources/Public/GoogleSignIn/*.h"
25   ],
26   "frameworks": [
27     "CoreGraphics",
28     "CoreText",
29     "Foundation",
30     "LocalAuthentication",
31     "Security",
32     "UIKit"
33   ],
34   "dependencies": {
35     "AppAuth": [
36       "~> 1.4"
37     ],
38     "GTMAppAuth": [
39       "~> 1.0"
40     ],
41     "GTMSessionFetcher/Core": [
42       "~> 1.1"
43     ]
44   },
45   "resource_bundles": {
46     "GoogleSignIn": [
47       "GoogleSignIn/Sources/{Resources,Strings}/*"
48     ]
49   },
50   "pod_target_xcconfig": {
51     "GCC_PREPROCESSOR_DEFINITIONS": "GID_SDK_VERSION=6.0.1",
52     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
53   },
54   "testspecs": [
55     {
56       "name": "unit",
57       "test_type": "unit",
58       "platforms": {
59         "ios": "9.0"
60       },
61       "source_files": [
62         "GoogleSignIn/Tests/Unit/**/*.[mh]"
63       ],
64       "requires_app_host": true,
65       "dependencies": {
66         "OCMock": [
68         ],
69         "GoogleUtilities/MethodSwizzler": [
70           "~> 7.2"
71         ],
72         "GoogleUtilities/SwizzlerTestHelpers": [
73           "~> 7.2"
74         ]
75       }
76     }
77   ]