[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 6.0.2 / GoogleSignIn.podspec.json
blobc3a852931b24c9e16e4af4c5776630bf49083be8
2   "name": "GoogleSignIn",
3   "version": "6.0.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     "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.2"
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.2",
52     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
53     "DEFINES_MODULE": "YES"
54   },
55   "testspecs": [
56     {
57       "name": "unit",
58       "test_type": "unit",
59       "platforms": {
60         "ios": "9.0"
61       },
62       "source_files": [
63         "GoogleSignIn/Tests/Unit/**/*.[mh]"
64       ],
65       "requires_app_host": true,
66       "dependencies": {
67         "OCMock": [
69         ],
70         "GoogleUtilities/MethodSwizzler": [
71           "~> 7.2"
72         ],
73         "GoogleUtilities/SwizzlerTestHelpers": [
74           "~> 7.2"
75         ]
76       }
77     }
78   ]