[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 4 / 0 / GoogleSignIn / 7.1.0-fac-beta-1.1.0 / GoogleSignIn.podspec.json
blob29e7f7c07883a4b19af54cebd027291911f9bcc0
2   "name": "GoogleSignIn",
3   "version": "7.1.0-fac-beta-1.1.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-beta-1.1.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.7.3",
47       "< 2.0"
48     ],
49     "GTMAppAuth": [
50       ">= 4.1.1",
51       "< 5.0"
52     ],
53     "GTMSessionFetcher/Core": [
54       "~> 3.3"
55     ]
56   },
57   "resource_bundles": {
58     "GoogleSignIn": [
59       "GoogleSignIn/Sources/{Resources,Strings}/*"
60     ]
61   },
62   "pod_target_xcconfig": {
63     "GCC_PREPROCESSOR_DEFINITIONS": "GID_SDK_VERSION=7.1.0-fac-beta-1.1.0",
64     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\"",
65     "DEFINES_MODULE": "YES",
66     "COMBINE_HIDPI_IMAGES": "NO"
67   },
68   "testspecs": [
69     {
70       "name": "unit",
71       "test_type": "unit",
72       "platforms": {
73         "ios": "11.0",
74         "osx": "10.15"
75       },
76       "source_files": [
77         "GoogleSignIn/Tests/Unit/**/*.[mh]"
78       ],
79       "requires_app_host": true,
80       "dependencies": {
81         "OCMock": [
83         ],
84         "GoogleUtilities/MethodSwizzler": [
85           "~> 7.13"
86         ],
87         "GoogleUtilities/SwizzlerTestHelpers": [
88           "~> 7.13"
89         ]
90       }
91     }
92   ],
93   "swift_version": "4.0"