[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / 0 / FirebaseAppDistribution / 7.0.0-beta / FirebaseAppDistribution.podspec.json
blobd0a81e608fb8140cb45a1f86c181f9367e04572b
2   "name": "FirebaseAppDistribution",
3   "version": "7.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-7.0.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     "GoogleDataTransport/GDTCORLibrary/Internal/*.h"
26   ],
27   "public_header_files": "FirebaseAppDistribution/Sources/Public/*.h",
28   "dependencies": {
29     "FirebaseCore": [
30       "~> 7.0"
31     ],
32     "GoogleUtilities/AppDelegateSwizzler": [
33       "~> 7.0"
34     ],
35     "GoogleUtilities/UserDefaults": [
36       "~> 7.0"
37     ],
38     "FirebaseInstallations": [
39       "~> 7.0"
40     ],
41     "GoogleDataTransport": [
42       "~> 8.0"
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       "source_files": "FirebaseAppDistribution/Tests/Unit*/*.[mh]",
54       "resources": "FirebaseAppDistribution/Tests/Unit/Resources/*",
55       "dependencies": {
56         "OCMock": [
58         ]
59       }
60     }
61   ]