[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 7 / 4 / FirebaseMLModelDownloader / 9.6.0-beta / FirebaseMLModelDownloader.podspec.json
blobf5ddb56888480c621238b63450c10100c2e082dc
2   "name": "FirebaseMLModelDownloader",
3   "version": "9.6.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-9.6.0-beta"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.3",
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.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       "~> 9.0"
33     ],
34     "FirebaseInstallations": [
35       "~> 9.0"
36     ],
37     "GoogleDataTransport": [
38       ">= 9.1.4",
39       "< 10.0.0"
40     ],
41     "GoogleUtilities/Logger": [
42       "~> 7.7"
43     ],
44     "SwiftProtobuf": [
45       "~> 1.19"
46     ]
47   },
48   "pod_target_xcconfig": {
49     "GCC_C_LANGUAGE_STANDARD": "c99",
50     "GCC_PREPROCESSOR_DEFINITIONS": "FIRMLModelDownloader_VERSION=9.6.0-beta",
51     "OTHER_CFLAGS": "-fno-autolink"
52   },
53   "testspecs": [
54     {
55       "name": "unit",
56       "test_type": "unit",
57       "scheme": {
58         "code_coverage": true
59       },
60       "platforms": {
61         "ios": "10.0",
62         "osx": "10.12",
63         "tvos": "10.0"
64       },
65       "source_files": "FirebaseMLModelDownloader/Tests/Unit/**/*.swift",
66       "requires_app_host": true
67     },
68     {
69       "name": "integration",
70       "test_type": "unit",
71       "scheme": {
72         "code_coverage": true
73       },
74       "platforms": {
75         "ios": "10.0",
76         "osx": "10.12",
77         "tvos": "10.0"
78       },
79       "source_files": "FirebaseMLModelDownloader/Tests/Integration/**/*.swift",
80       "resources": "FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist",
81       "requires_app_host": true
82     }
83   ],
84   "swift_version": "5.3"