[Add] AlibabacloudIntelligentCreation20240313 2.13.0
[CocoaPods.git] / Specs / 1 / 8 / e / FirebaseAppCheck / 8.1.0-beta / FirebaseAppCheck.podspec.json
blobf9fe6378cdd04a4932db9e2a08c3b7ec7e067a11
2   "name": "FirebaseAppCheck",
3   "version": "8.1.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.1.0-beta"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "platforms": {
18     "ios": "11.0",
19     "osx": "10.15",
20     "tvos": "11.0"
21   },
22   "cocoapods_version": ">= 1.4.0",
23   "prefix_header_file": false,
24   "source_files": [
25     "FirebaseAppCheck/Sources/**/*.[mh]",
26     "FirebaseCore/Sources/Private/*.h"
27   ],
28   "public_header_files": "FirebaseAppCheck/Sources/Public/FirebaseAppCheck/*.h",
29   "frameworks": "DeviceCheck",
30   "dependencies": {
31     "FirebaseCore": [
32       "~> 8.0"
33     ],
34     "PromisesObjC": [
35       "~> 1.2"
36     ],
37     "GoogleUtilities/Environment": [
38       "~> 7.4"
39     ]
40   },
41   "pod_target_xcconfig": {
42     "GCC_C_LANGUAGE_STANDARD": "c99",
43     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
44   },
45   "testspecs": [
46     {
47       "name": "unit",
48       "test_type": "unit",
49       "platforms": {
50         "ios": "11.0",
51         "osx": "10.15",
52         "tvos": "11.0"
53       },
54       "source_files": [
55         "FirebaseAppCheck/Tests/Unit/**/*.[mh]",
56         "FirebaseAppCheck/Tests/Utils/**/*.[mh]",
57         "SharedTestUtilities/AppCheckFake/*",
58         "SharedTestUtilities/Date/*",
59         "SharedTestUtilities/URLSession/*"
60       ],
61       "resources": "FirebaseAppCheck/Tests/Fixture/**/*",
62       "dependencies": {
63         "OCMock": [
65         ]
66       },
67       "requires_app_host": true
68     },
69     {
70       "name": "integration",
71       "test_type": "unit",
72       "platforms": {
73         "ios": "11.0",
74         "osx": "10.15",
75         "tvos": "11.0"
76       },
77       "source_files": [
78         "FirebaseAppCheck/Tests/Integration/**/*.[mh]",
79         "FirebaseAppCheck/Tests/Integration/**/*.[mh]"
80       ],
81       "resources": "FirebaseAppCheck/Tests/Fixture/**/*",
82       "requires_app_host": true
83     },
84     {
85       "name": "swift-unit",
86       "test_type": "unit",
87       "platforms": {
88         "ios": "11.0",
89         "osx": "10.15",
90         "tvos": "11.0"
91       },
92       "source_files": [
93         "FirebaseAppCheck/Tests/Unit/Swift/**/*.swift",
94         "FirebaseAppCheck/Tests/Unit/Swift/**/*.h"
95       ]
96     }
97   ]