[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / 0 / FirebaseAppDistribution / 9.5.0-beta / FirebaseAppDistribution.podspec.json
bloba171c2a39312ef41ced4475c55f2b8fcbc7221b1
2   "name": "FirebaseAppDistribution",
3   "version": "9.5.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-2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-9.5.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.4",
43       "< 10.0.0"
44     ]
45   },
46   "pod_target_xcconfig": {
47     "GCC_C_LANGUAGE_STANDARD": "c99",
48     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
49   },
50   "testspecs": [
51     {
52       "name": "unit",
53       "test_type": "unit",
54       "scheme": {
55         "code_coverage": true
56       },
57       "source_files": [
58         "FirebaseAppDistribution/Tests/Unit*/*.[mh]",
59         "FirebaseAppDistribution/Tests/Unit/Swift*/*.swift"
60       ],
61       "resources": "FirebaseAppDistribution/Tests/Unit/Resources/*",
62       "dependencies": {
63         "OCMock": [
65         ]
66       }
67     }
68   ],
69   "swift_version": "5.3"