[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / c / 7 / FirebaseSharedSwift / 9.3.0 / FirebaseSharedSwift.podspec.json
blob64c90a9b5a39d5c873eb0e2f885e559bcd780383
2   "name": "FirebaseSharedSwift",
3   "version": "9.3.0",
4   "summary": "Shared Swift Extensions for Firebase",
5   "description": "This pod provides capabilities like Codable support that is shared by multiple\nFirebase products. FirebaseSharedSwift is not supported for non-Firebase usage.",
6   "homepage": "https://developers.google.com/",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "FirebaseSharedSwift/LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/Firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-9.3.0"
15   },
16   "swift_versions": "5.3",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12",
20     "tvos": "10.0",
21     "watchos": "6.0"
22   },
23   "cocoapods_version": ">= 1.4.0",
24   "prefix_header_file": false,
25   "source_files": [
26     "FirebaseSharedSwift/Sources/**/*.swift"
27   ],
28   "testspecs": [
29     {
30       "name": "unit",
31       "test_type": "unit",
32       "platforms": {
33         "ios": "10.0",
34         "osx": "10.12",
35         "tvos": "10.0"
36       },
37       "source_files": [
38         "FirebaseSharedSwift/Tests/**/*.swift"
39       ]
40     }
41   ],
42   "swift_version": "5.3"