[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 7 / 4 / FirebaseMLModelDownloader / 11.1.0-beta / FirebaseMLModelDownloader.podspec.json
blobcb37b3cd6938b75b7c4b150a542fb5925e7c9c32
2   "name": "FirebaseMLModelDownloader",
3   "version": "11.1.0-beta",
4   "summary": "Firebase ML Model Downloader",
5   "description": "This is the new ML Model Downloader CocoaPod.",
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-11.1.0-beta"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.9",
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "7.0"
23   },
24   "cocoapods_version": ">= 1.12.0",
25   "prefix_header_file": false,
26   "source_files": [
27     "FirebaseMLModelDownloader/Sources/**/*.swift"
28   ],
29   "frameworks": "Foundation",
30   "dependencies": {
31     "FirebaseCore": [
32       "~> 11.0"
33     ],
34     "FirebaseCoreExtension": [
35       "~> 11.0"
36     ],
37     "FirebaseInstallations": [
38       "~> 11.0"
39     ],
40     "GoogleDataTransport": [
41       "~> 10.0"
42     ],
43     "GoogleUtilities/UserDefaults": [
44       "~> 8.0"
45     ],
46     "SwiftProtobuf": [
47       "~> 1.19"
48     ]
49   },
50   "pod_target_xcconfig": {
51     "GCC_C_LANGUAGE_STANDARD": "c99",
52     "GCC_PREPROCESSOR_DEFINITIONS": "FIRMLModelDownloader_VERSION=11.1.0-beta",
53     "OTHER_CFLAGS": "-fno-autolink"
54   },
55   "testspecs": [
56     {
57       "name": "unit",
58       "test_type": "unit",
59       "scheme": {
60         "code_coverage": true
61       },
62       "platforms": {
63         "ios": "13.0",
64         "osx": "10.15",
65         "tvos": "13.0"
66       },
67       "source_files": "FirebaseMLModelDownloader/Tests/Unit/**/*.swift",
68       "requires_app_host": true
69     },
70     {
71       "name": "integration",
72       "test_type": "unit",
73       "scheme": {
74         "code_coverage": true
75       },
76       "platforms": {
77         "ios": "13.0",
78         "osx": "10.15",
79         "tvos": "13.0"
80       },
81       "source_files": "FirebaseMLModelDownloader/Tests/Integration/**/*.swift",
82       "resources": "FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist",
83       "requires_app_host": true
84     }
85   ],
86   "swift_version": "5.9"