[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 7 / 4 / FirebaseMLModelDownloader / 10.5.0-beta / FirebaseMLModelDownloader.podspec.json
blob31756f7e5be8e5bcb2a0de55802a6ed8651fb5f4
2   "name": "FirebaseMLModelDownloader",
3   "version": "10.5.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-10.5.0-beta"
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     "FirebaseMLModelDownloader/Sources/**/*.swift"
28   ],
29   "frameworks": "Foundation",
30   "dependencies": {
31     "FirebaseCore": [
32       "~> 10.0"
33     ],
34     "FirebaseInstallations": [
35       "~> 10.0"
36     ],
37     "GoogleDataTransport": [
38       "~> 9.2"
39     ],
40     "GoogleUtilities/Logger": [
41       "~> 7.8"
42     ],
43     "SwiftProtobuf": [
44       "~> 1.19"
45     ]
46   },
47   "pod_target_xcconfig": {
48     "GCC_C_LANGUAGE_STANDARD": "c99",
49     "GCC_PREPROCESSOR_DEFINITIONS": "FIRMLModelDownloader_VERSION=10.5.0-beta",
50     "OTHER_CFLAGS": "-fno-autolink"
51   },
52   "testspecs": [
53     {
54       "name": "unit",
55       "test_type": "unit",
56       "scheme": {
57         "code_coverage": true
58       },
59       "platforms": {
60         "ios": "11.0",
61         "osx": "10.13",
62         "tvos": "12.0"
63       },
64       "source_files": "FirebaseMLModelDownloader/Tests/Unit/**/*.swift",
65       "requires_app_host": true
66     },
67     {
68       "name": "integration",
69       "test_type": "unit",
70       "scheme": {
71         "code_coverage": true
72       },
73       "platforms": {
74         "ios": "11.0",
75         "osx": "10.13",
76         "tvos": "12.0"
77       },
78       "source_files": "FirebaseMLModelDownloader/Tests/Integration/**/*.swift",
79       "resources": "FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist",
80       "requires_app_host": true
81     }
82   ],
83   "swift_version": "5.3"