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