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