[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / 4 / FirebaseMLModelDownloader / 7.8.0-beta / FirebaseMLModelDownloader.podspec.json
blobd69b561bbdba6c337cb796002f08719a9c23c126
2   "name": "FirebaseMLModelDownloader",
3   "version": "7.8.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",
9     "file": "LICENSE"
10   },
11   "authors": "Google, Inc.",
12   "source": {
13     "git": "https://github.com/firebase/firebase-ios-sdk.git",
14     "tag": "CocoaPods-7.8.0-beta"
15   },
16   "social_media_url": "https://twitter.com/Firebase",
17   "swift_versions": "5.0",
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       "~> 7.6"
33     ],
34     "FirebaseInstallations": [
35       "~> 7.6"
36     ],
37     "GoogleUtilities/Logger": [
38       "~> 7.2"
39     ],
40     "SwiftProtobuf": [
41       "~> 1.0"
42     ]
43   },
44   "pod_target_xcconfig": {
45     "GCC_C_LANGUAGE_STANDARD": "c99",
46     "GCC_PREPROCESSOR_DEFINITIONS": "FIRMLModelDownloader_VERSION=7.8.0-beta",
47     "OTHER_CFLAGS": "-fno-autolink"
48   },
49   "testspecs": [
50     {
51       "name": "unit",
52       "test_type": "unit",
53       "scheme": {
54         "code_coverage": true
55       },
56       "platforms": {
57         "ios": "10.0",
58         "osx": "10.12",
59         "tvos": "10.0"
60       },
61       "source_files": "FirebaseMLModelDownloader/Tests/Unit/**/*.swift",
62       "requires_app_host": true
63     },
64     {
65       "name": "integration",
66       "test_type": "unit",
67       "scheme": {
68         "code_coverage": true
69       },
70       "platforms": {
71         "ios": "10.0",
72         "osx": "10.12",
73         "tvos": "10.0"
74       },
75       "source_files": "FirebaseMLModelDownloader/Tests/Integration/**/*.swift",
76       "resources": "FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist",
77       "requires_app_host": true
78     }
79   ],
80   "swift_version": "5.0"