[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / 0 / FirebaseAppDistribution / 9.0.0-beta / FirebaseAppDistribution.podspec.json
blob1afa83afd59f70701e7151d15f30c2861bd267e4
2   "name": "FirebaseAppDistribution",
3   "version": "9.0.0-beta",
4   "summary": "App Distribution for Firebase iOS SDK.",
5   "description": "iOS SDK for App Distribution for Firebase.",
6   "homepage": "https://developers.google.com/",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-9.0.0-beta"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_versions": "5.3",
20   "cocoapods_version": ">= 1.4.0",
21   "prefix_header_file": false,
22   "source_files": [
23     "FirebaseAppDistribution/Sources/**/*.{c,h,m,mm}",
24     "FirebaseCore/Extension/*.h",
25     "FirebaseInstallations/Source/Library/Private/*.h"
26   ],
27   "public_header_files": "FirebaseAppDistribution/Sources/Public/FirebaseAppDistribution/*.h",
28   "dependencies": {
29     "FirebaseCore": [
30       "~> 9.0"
31     ],
32     "GoogleUtilities/AppDelegateSwizzler": [
33       "~> 7.7"
34     ],
35     "GoogleUtilities/UserDefaults": [
36       "~> 7.7"
37     ],
38     "FirebaseInstallations": [
39       "~> 9.0"
40     ],
41     "GoogleDataTransport": [
42       "~> 9.1"
43     ]
44   },
45   "pod_target_xcconfig": {
46     "GCC_C_LANGUAGE_STANDARD": "c99",
47     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
48   },
49   "testspecs": [
50     {
51       "name": "unit",
52       "test_type": "unit",
53       "scheme": {
54         "code_coverage": true
55       },
56       "source_files": [
57         "FirebaseAppDistribution/Tests/Unit*/*.[mh]",
58         "FirebaseAppDistribution/Tests/Unit/Swift*/*.swift"
59       ],
60       "resources": "FirebaseAppDistribution/Tests/Unit/Resources/*",
61       "dependencies": {
62         "OCMock": [
64         ]
65       }
66     }
67   ],
68   "swift_version": "5.3"