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