[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 6.2.0 / GoogleSignIn.podspec.json
bloba9353907126a4908d2ea13a0df3d39979c8eff90
2   "name": "GoogleSignIn",
3   "version": "6.2.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     "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.0"
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.0",
46       "< 2.0"
47     ],
48     "GTMSessionFetcher/Core": [
49       "~> 1.1"
50     ]
51   },
52   "resource_bundles": {
53     "GoogleSignIn": [
54       "GoogleSignIn/Sources/{Resources,Strings}/*"
55     ]
56   },
57   "pod_target_xcconfig": {
58     "GCC_PREPROCESSOR_DEFINITIONS": "GID_SDK_VERSION=6.2.0",
59     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
60     "DEFINES_MODULE": "YES",
61     "COMBINE_HIDPI_IMAGES": "NO"
62   },
63   "testspecs": [
64     {
65       "name": "unit",
66       "test_type": "unit",
67       "platforms": {
68         "ios": "9.0",
69         "osx": "10.15"
70       },
71       "source_files": [
72         "GoogleSignIn/Tests/Unit/**/*.[mh]"
73       ],
74       "requires_app_host": true,
75       "dependencies": {
76         "OCMock": [
78         ],
79         "GoogleUtilities/MethodSwizzler": [
80           "~> 7.2"
81         ],
82         "GoogleUtilities/SwizzlerTestHelpers": [
83           "~> 7.2"
84         ]
85       }
86     }
87   ]