[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / b / 6 / AppCheckCore / 11.1.0 / AppCheckCore.podspec.json
blobf868ca2052d7e910e1ff27ddbb8d53a6bdfca6d4
2   "name": "AppCheckCore",
3   "version": "11.1.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-11.1.0"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.5",
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "7.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.4"
42     ],
43     "GoogleUtilities/Environment": [
44       "~> 8.0"
45     ],
46     "GoogleUtilities/UserDefaults": [
47       "~> 8.0"
48     ]
49   },
50   "pod_target_xcconfig": {
51     "GCC_C_LANGUAGE_STANDARD": "c99",
52     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
53   },
54   "testspecs": [
55     {
56       "name": "unit",
57       "test_type": "unit",
58       "platforms": {
59         "ios": "12.0",
60         "osx": "10.15",
61         "tvos": "13.0"
62       },
63       "source_files": [
64         "AppCheckCore/Tests/Unit/**/*.[mh]",
65         "AppCheckCore/Tests/Utils/**/*.[mh]"
66       ],
67       "resources": "AppCheckCore/Tests/Fixture/**/*",
68       "dependencies": {
69         "OCMock": [
71         ]
72       },
73       "requires_app_host": true
74     },
75     {
76       "name": "integration",
77       "test_type": "unit",
78       "platforms": {
79         "ios": "12.0",
80         "osx": "10.15",
81         "tvos": "13.0"
82       },
83       "source_files": [
84         "AppCheckCore/Tests/Integration/**/*.[mh]",
85         "AppCheckCore/Tests/Integration/**/*.[mh]"
86       ],
87       "resources": "AppCheckCore/Tests/Fixture/**/*",
88       "requires_app_host": true
89     },
90     {
91       "name": "swift-unit",
92       "test_type": "unit",
93       "platforms": {
94         "ios": "12.0",
95         "osx": "10.15",
96         "tvos": "13.0"
97       },
98       "source_files": [
99         "AppCheckCore/Tests/Unit/Swift/**/*.swift",
100         "AppCheckCore/Tests/Unit/Swift/**/*.h"
101       ]
102     }
103   ],
104   "swift_version": "5.5"