[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 6.2.2 / GoogleSignIn.podspec.json
blobfd4e35140e1672314a4efe9af9a7334c22dbb651
2   "name": "GoogleSignIn",
3   "version": "6.2.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.2.2"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.15"
19   },
20   "prefix_header_file": false,
21   "source_files": [
22     "GoogleSignIn/Sources/**/*.[mh]"
23   ],
24   "public_header_files": [
25     "GoogleSignIn/Sources/Public/GoogleSignIn/*.h"
26   ],
27   "frameworks": [
28     "CoreGraphics",
29     "CoreText",
30     "Foundation",
31     "LocalAuthentication",
32     "Security"
33   ],
34   "ios": {
35     "frameworks": "UIKit"
36   },
37   "osx": {
38     "frameworks": "AppKit"
39   },
40   "dependencies": {
41     "AppAuth": [
42       "~> 1.5"
43     ],
44     "GTMAppAuth": [
45       "~> 1.3"
46     ],
47     "GTMSessionFetcher/Core": [
48       "~> 1.1"
49     ]
50   },
51   "resource_bundles": {
52     "GoogleSignIn": [
53       "GoogleSignIn/Sources/{Resources,Strings}/*"
54     ]
55   },
56   "pod_target_xcconfig": {
57     "GCC_PREPROCESSOR_DEFINITIONS": "GID_SDK_VERSION=6.2.2",
58     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
59     "DEFINES_MODULE": "YES",
60     "COMBINE_HIDPI_IMAGES": "NO"
61   },
62   "testspecs": [
63     {
64       "name": "unit",
65       "test_type": "unit",
66       "platforms": {
67         "ios": "9.0",
68         "osx": "10.15"
69       },
70       "source_files": [
71         "GoogleSignIn/Tests/Unit/**/*.[mh]"
72       ],
73       "requires_app_host": true,
74       "dependencies": {
75         "OCMock": [
77         ],
78         "GoogleUtilities/MethodSwizzler": [
79           "~> 7.2"
80         ],
81         "GoogleUtilities/SwizzlerTestHelpers": [
82           "~> 7.2"
83         ]
84       }
85     }
86   ]