[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / b / 6 / AppCheckCore / 10.18.0 / AppCheckCore.podspec.json
blob7afb701623454be284f19ddab5ee8912c9ebc049
2   "name": "AppCheckCore",
3   "version": "10.18.0",
4   "summary": "App Check Core SDK.",
5   "description": "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/google/app-check.git",
14     "tag": "CocoaPods-10.18.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.5",
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     "AppCheckCore/Sources/**/*.[mh]"
28   ],
29   "public_header_files": "AppCheckCore/Sources/Public/AppCheckCore/*.h",
30   "ios": {
31     "weak_frameworks": "DeviceCheck"
32   },
33   "osx": {
34     "weak_frameworks": "DeviceCheck"
35   },
36   "tvos": {
37     "weak_frameworks": "DeviceCheck"
38   },
39   "dependencies": {
40     "PromisesObjC": [
41       "~> 2.3"
42     ],
43     "GoogleUtilities/Environment": [
44       "~> 7.11"
45     ]
46   },
47   "pod_target_xcconfig": {
48     "GCC_C_LANGUAGE_STANDARD": "c99",
49     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
50   },
51   "testspecs": [
52     {
53       "name": "unit",
54       "test_type": "unit",
55       "platforms": {
56         "ios": "11.0",
57         "osx": "10.13",
58         "tvos": "12.0"
59       },
60       "source_files": [
61         "AppCheckCore/Tests/Unit/**/*.[mh]",
62         "AppCheckCore/Tests/Utils/**/*.[mh]"
63       ],
64       "resources": "AppCheckCore/Tests/Fixture/**/*",
65       "dependencies": {
66         "OCMock": [
68         ]
69       },
70       "requires_app_host": true
71     },
72     {
73       "name": "integration",
74       "test_type": "unit",
75       "platforms": {
76         "ios": "11.0",
77         "osx": "10.13",
78         "tvos": "12.0"
79       },
80       "source_files": [
81         "AppCheckCore/Tests/Integration/**/*.[mh]",
82         "AppCheckCore/Tests/Integration/**/*.[mh]"
83       ],
84       "resources": "AppCheckCore/Tests/Fixture/**/*",
85       "requires_app_host": true
86     },
87     {
88       "name": "swift-unit",
89       "test_type": "unit",
90       "platforms": {
91         "ios": "11.0",
92         "osx": "10.13",
93         "tvos": "12.0"
94       },
95       "source_files": [
96         "AppCheckCore/Tests/Unit/Swift/**/*.swift",
97         "AppCheckCore/Tests/Unit/Swift/**/*.h"
98       ]
99     }
100   ],
101   "swift_version": "5.5"