[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 8 / e / FirebaseAppCheck / 10.24.0 / FirebaseAppCheck.podspec.json
blobdead20436a1223f646f95340b74775457d574291
2   "name": "FirebaseAppCheck",
3   "version": "10.24.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.24.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.18"
43     ],
44     "FirebaseAppCheckInterop": [
45       "~> 10.17"
46     ],
47     "FirebaseCore": [
48       "~> 10.0"
49     ],
50     "PromisesObjC": [
51       "~> 2.1"
52     ],
53     "GoogleUtilities/Environment": [
54       "~> 7.8"
55     ]
56   },
57   "pod_target_xcconfig": {
58     "GCC_C_LANGUAGE_STANDARD": "c99",
59     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
60   },
61   "testspecs": [
62     {
63       "name": "unit",
64       "test_type": "unit",
65       "platforms": {
66         "ios": "11.0",
67         "osx": "10.13",
68         "tvos": "12.0"
69       },
70       "source_files": [
71         "FirebaseAppCheck/Tests/Unit/**/*.[mh]",
72         "SharedTestUtilities/AppCheckFake/*",
73         "SharedTestUtilities/AppCheckBackoffWrapperFake/*",
74         "SharedTestUtilities/Date/*",
75         "SharedTestUtilities/URLSession/*"
76       ],
77       "resources": "FirebaseAppCheck/Tests/Unit/Fixture/**/*",
78       "dependencies": {
79         "OCMock": [
81         ]
82       },
83       "requires_app_host": true
84     },
85     {
86       "name": "integration",
87       "test_type": "unit",
88       "platforms": {
89         "ios": "11.0",
90         "osx": "10.13",
91         "tvos": "12.0"
92       },
93       "source_files": [
94         "FirebaseAppCheck/Tests/Integration/**/*.swift"
95       ],
96       "requires_app_host": true
97     },
98     {
99       "name": "swift-unit",
100       "test_type": "unit",
101       "platforms": {
102         "ios": "11.0",
103         "osx": "10.13",
104         "tvos": "12.0"
105       },
106       "source_files": [
107         "FirebaseAppCheck/Tests/Unit/Swift/**/*.swift"
108       ]
109     }
110   ],
111   "swift_version": "5.3"