[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / e / FirebaseAppCheck / 8.6.0-beta / FirebaseAppCheck.podspec.json
blob92df18fddf5a55f46b288155d3e39b008975f955
2   "name": "FirebaseAppCheck",
3   "version": "8.6.0-beta",
4   "summary": "Firebase App Check SDK.",
5   "description": "Firebase SDK for anti-abuse compatibility.",
6   "homepage": "https://firebase.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   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.12",
20     "tvos": "10.0",
21     "watchos": "6.0"
22   },
23   "cocoapods_version": ">= 1.4.0",
24   "prefix_header_file": false,
25   "source_files": [
26     "FirebaseAppCheck/Sources/**/*.[mh]",
27     "FirebaseCore/Sources/Private/*.h"
28   ],
29   "public_header_files": "FirebaseAppCheck/Sources/Public/FirebaseAppCheck/*.h",
30   "ios": {
31     "weak_frameworks": "DeviceCheck"
32   },
33   "osx": {
34     "weak_frameworks": "DeviceCheck"
35   },
36   "tvos": {
37     "weak_frameworks": "DeviceCheck"
38   },
39   "dependencies": {
40     "FirebaseCore": [
41       "~> 8.0"
42     ],
43     "PromisesObjC": [
44       ">= 1.2",
45       "< 3.0"
46     ],
47     "GoogleUtilities/Environment": [
48       "~> 7.4"
49     ]
50   },
51   "pod_target_xcconfig": {
52     "GCC_C_LANGUAGE_STANDARD": "c99",
53     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
54   },
55   "testspecs": [
56     {
57       "name": "unit",
58       "test_type": "unit",
59       "platforms": {
60         "ios": "9.0",
61         "osx": "10.12",
62         "tvos": "10.0"
63       },
64       "source_files": [
65         "FirebaseAppCheck/Tests/Unit/**/*.[mh]",
66         "FirebaseAppCheck/Tests/Utils/**/*.[mh]",
67         "SharedTestUtilities/AppCheckFake/*",
68         "SharedTestUtilities/Date/*",
69         "SharedTestUtilities/URLSession/*"
70       ],
71       "resources": "FirebaseAppCheck/Tests/Fixture/**/*",
72       "dependencies": {
73         "OCMock": [
75         ]
76       },
77       "requires_app_host": true
78     },
79     {
80       "name": "integration",
81       "test_type": "unit",
82       "platforms": {
83         "ios": "9.0",
84         "osx": "10.12",
85         "tvos": "10.0"
86       },
87       "source_files": [
88         "FirebaseAppCheck/Tests/Integration/**/*.[mh]",
89         "FirebaseAppCheck/Tests/Integration/**/*.[mh]"
90       ],
91       "resources": "FirebaseAppCheck/Tests/Fixture/**/*",
92       "requires_app_host": true
93     },
94     {
95       "name": "swift-unit",
96       "test_type": "unit",
97       "platforms": {
98         "ios": "9.0",
99         "osx": "10.12",
100         "tvos": "10.0"
101       },
102       "source_files": [
103         "FirebaseAppCheck/Tests/Unit/Swift/**/*.swift",
104         "FirebaseAppCheck/Tests/Unit/Swift/**/*.h"
105       ]
106     }
107   ]