[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / e / FirebaseAppCheck / 10.29.0 / FirebaseAppCheck.podspec.json
blobb77005919d5e76b1bf24f506389d9070da53e9a9
2   "name": "FirebaseAppCheck",
3   "version": "10.29.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.29.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.12.0",
25   "prefix_header_file": false,
26   "source_files": [
27     "FirebaseAppCheck/Sources/**/*.[mh]",
28     "FirebaseCore/Extension/*.h"
29   ],
30   "public_header_files": "FirebaseAppCheck/Sources/Public/FirebaseAppCheck/*.h",
31   "ios": {
32     "weak_frameworks": "DeviceCheck"
33   },
34   "osx": {
35     "weak_frameworks": "DeviceCheck"
36   },
37   "tvos": {
38     "weak_frameworks": "DeviceCheck"
39   },
40   "dependencies": {
41     "AppCheckCore": [
42       "~> 10.19"
43     ],
44     "FirebaseAppCheckInterop": [
45       "~> 10.28"
46     ],
47     "FirebaseCore": [
48       "~> 10.18"
49     ],
50     "PromisesObjC": [
51       "~> 2.1"
52     ],
53     "GoogleUtilities/Environment": [
54       "~> 7.13"
55     ],
56     "GoogleUtilities/UserDefaults": [
57       "~> 7.13"
58     ]
59   },
60   "pod_target_xcconfig": {
61     "GCC_C_LANGUAGE_STANDARD": "c99",
62     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
63   },
64   "testspecs": [
65     {
66       "name": "unit",
67       "test_type": "unit",
68       "platforms": {
69         "ios": "11.0",
70         "osx": "10.13",
71         "tvos": "12.0"
72       },
73       "source_files": [
74         "FirebaseAppCheck/Tests/Unit/**/*.[mh]",
75         "SharedTestUtilities/AppCheckFake/*",
76         "SharedTestUtilities/AppCheckBackoffWrapperFake/*",
77         "SharedTestUtilities/Date/*",
78         "SharedTestUtilities/URLSession/*"
79       ],
80       "resources": "FirebaseAppCheck/Tests/Unit/Fixture/**/*",
81       "dependencies": {
82         "OCMock": [
84         ]
85       },
86       "requires_app_host": true
87     },
88     {
89       "name": "integration",
90       "test_type": "unit",
91       "platforms": {
92         "ios": "11.0",
93         "osx": "10.13",
94         "tvos": "12.0"
95       },
96       "source_files": [
97         "FirebaseAppCheck/Tests/Integration/**/*.swift"
98       ],
99       "requires_app_host": true
100     },
101     {
102       "name": "swift-unit",
103       "test_type": "unit",
104       "platforms": {
105         "ios": "11.0",
106         "osx": "10.13",
107         "tvos": "12.0"
108       },
109       "source_files": [
110         "FirebaseAppCheck/Tests/Unit/Swift/**/*.swift"
111       ]
112     }
113   ],
114   "swift_version": "5.3"