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