[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 8 / 0 / GoogleSignInSwiftSupport / 6.2.2 / GoogleSignInSwiftSupport.podspec.json
blob621ef594ec5df7aab1d1f01a623a12ba4bae6eda
2   "name": "GoogleSignInSwiftSupport",
3   "version": "6.2.2",
4   "swift_versions": "4.0",
5   "summary": "Adds Swift-focused support for Google Sign-In.",
6   "description": "Additional Swift support for the Google Sign-In SDK.",
7   "homepage": "https://developers.google.com/identity/sign-in/ios/",
8   "license": {
9     "type": "Apache",
10     "file": "LICENSE"
11   },
12   "authors": "Google LLC",
13   "source": {
14     "git": "https://github.com/google/GoogleSignIn-iOS.git",
15     "tag": "6.2.2"
16   },
17   "platforms": {
18     "ios": "13.0",
19     "osx": "10.15"
20   },
21   "module_name": "GoogleSignInSwift",
22   "prefix_header_file": false,
23   "source_files": [
24     "GoogleSignInSwift/Sources/*.swift"
25   ],
26   "frameworks": [
27     "CoreGraphics",
28     "SwiftUI"
29   ],
30   "dependencies": {
31     "GoogleSignIn": [
32       "~> 6.2"
33     ]
34   },
35   "testspecs": [
36     {
37       "name": "unit",
38       "test_type": "unit",
39       "platforms": {
40         "ios": "13.0",
41         "osx": "10.15"
42       },
43       "source_files": [
44         "GoogleSignInSwift/Tests/Unit/*.swift"
45       ],
46       "requires_app_host": false
47     }
48   ],
49   "swift_version": "4.0"