[Add] AlibabacloudIntelligentCreation20240313 2.13.0
[CocoaPods.git] / Specs / 1 / 8 / e / FirebaseAppCheck / 9.2.0 / FirebaseAppCheck.podspec.json
blobaf63217ac858defc2f8beb0e701f40b40dba753b
2   "name": "FirebaseAppCheck",
3   "version": "9.2.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-9.2.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.3",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.12",
21     "tvos": "10.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       "~> 9.0"
44     ],
45     "PromisesObjC": [
46       "~> 2.1"
47     ],
48     "GoogleUtilities/Environment": [
49       "~> 7.7"
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": "integration",
59       "test_type": "unit",
60       "platforms": {
61         "ios": "9.0",
62         "osx": "10.12",
63         "tvos": "10.0"
64       },
65       "source_files": [
66         "FirebaseAppCheck/Tests/Integration/**/*.[mh]",
67         "FirebaseAppCheck/Tests/Integration/**/*.[mh]"
68       ],
69       "resources": "FirebaseAppCheck/Tests/Fixture/**/*",
70       "requires_app_host": true
71     },
72     {
73       "name": "swift-unit",
74       "test_type": "unit",
75       "platforms": {
76         "ios": "9.0",
77         "osx": "10.12",
78         "tvos": "10.0"
79       },
80       "source_files": [
81         "FirebaseAppCheck/Tests/Unit/Swift/**/*.swift",
82         "FirebaseAppCheck/Tests/Unit/Swift/**/*.h"
83       ]
84     }
85   ],
86   "swift_version": "5.3"