[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / b / 8 / 0 / GoogleSignInSwiftSupport / 8.0.0 / GoogleSignInSwiftSupport.podspec.json
blob31f65a7e4271eefb2f03b3840e315cb410fd248e
2   "name": "GoogleSignInSwiftSupport",
3   "version": "8.0.0",
4   "swift_versions": "5.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": "8.0.0"
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       "~> 8.0"
33     ]
34   },
35   "resource_bundles": {
36     "GoogleSignInSwiftSupport_Privacy": "GoogleSignInSwift/Sources/Resources/PrivacyInfo.xcprivacy"
37   },
38   "testspecs": [
39     {
40       "name": "unit",
41       "test_type": "unit",
42       "platforms": {
43         "ios": "13.0",
44         "osx": "10.15"
45       },
46       "source_files": [
47         "GoogleSignInSwift/Tests/Unit/*.swift"
48       ],
49       "requires_app_host": true
50     }
51   ],
52   "swift_version": "5.0"