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