[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / 0 / FirebaseAppDistribution / 10.23.0-beta / FirebaseAppDistribution.podspec.json
blobd9c21501fc1abedea6a496558eb7c6d531ddd975
2   "name": "FirebaseAppDistribution",
3   "version": "10.23.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-10.23.0-beta"
15   },
16   "platforms": {
17     "ios": "11.0"
18   },
19   "swift_versions": "5.3",
20   "cocoapods_version": ">= 1.12.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       "~> 10.0"
31     ],
32     "GoogleUtilities/AppDelegateSwizzler": [
33       "~> 7.8"
34     ],
35     "GoogleUtilities/UserDefaults": [
36       "~> 7.8"
37     ],
38     "FirebaseInstallations": [
39       "~> 10.0"
40     ]
41   },
42   "pod_target_xcconfig": {
43     "GCC_C_LANGUAGE_STANDARD": "c99",
44     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
45   },
46   "testspecs": [
47     {
48       "name": "unit",
49       "test_type": "unit",
50       "scheme": {
51         "code_coverage": true
52       },
53       "source_files": [
54         "FirebaseAppDistribution/Tests/Unit*/*.[mh]",
55         "FirebaseAppDistribution/Tests/Unit/Swift*/*.swift"
56       ],
57       "requires_app_host": true,
58       "resources": "FirebaseAppDistribution/Tests/Unit/Resources/*",
59       "dependencies": {
60         "OCMock": [
62         ]
63       }
64     }
65   ],
66   "swift_version": "5.3"