[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / 0 / FirebaseAppDistribution / 8.6.0-beta / FirebaseAppDistribution.podspec.json
blob21fc633cea36e9dd6a45bc785fd9a2296288624f
2   "name": "FirebaseAppDistribution",
3   "version": "8.6.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-8.6.0-beta"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "cocoapods_version": ">= 1.4.0",
20   "prefix_header_file": false,
21   "source_files": [
22     "FirebaseAppDistribution/Sources/**/*.{c,h,m,mm}",
23     "FirebaseCore/Sources/Private/*.h",
24     "FirebaseInstallations/Source/Library/Private/*.h"
25   ],
26   "public_header_files": "FirebaseAppDistribution/Sources/Public/FirebaseAppDistribution/*.h",
27   "dependencies": {
28     "FirebaseCore": [
29       "~> 8.0"
30     ],
31     "GoogleUtilities/AppDelegateSwizzler": [
32       "~> 7.4"
33     ],
34     "GoogleUtilities/UserDefaults": [
35       "~> 7.4"
36     ],
37     "FirebaseInstallations": [
38       "~> 8.0"
39     ],
40     "GoogleDataTransport": [
41       "~> 9.0"
42     ]
43   },
44   "pod_target_xcconfig": {
45     "GCC_C_LANGUAGE_STANDARD": "c99",
46     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
47   },
48   "testspecs": [
49     {
50       "name": "unit",
51       "test_type": "unit",
52       "scheme": {
53         "code_coverage": true
54       },
55       "source_files": "FirebaseAppDistribution/Tests/Unit*/*.[mh]",
56       "resources": "FirebaseAppDistribution/Tests/Unit/Resources/*",
57       "dependencies": {
58         "OCMock": [
60         ]
61       }
62     }
63   ]