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",
11 "authors": "Google, Inc.",
13 "git": "https://github.com/firebase/firebase-ios-sdk.git",
14 "tag": "CocoaPods-7.8.0-beta"
16 "social_media_url": "https://twitter.com/Firebase",
17 "swift_versions": "5.0",
24 "cocoapods_version": ">= 1.4.0",
25 "prefix_header_file": false,
27 "FirebaseMLModelDownloader/Sources/**/*.swift"
29 "frameworks": "Foundation",
34 "FirebaseInstallations": [
37 "GoogleUtilities/Logger": [
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"
61 "source_files": "FirebaseMLModelDownloader/Tests/Unit/**/*.swift",
62 "requires_app_host": true
65 "name": "integration",
75 "source_files": "FirebaseMLModelDownloader/Tests/Integration/**/*.swift",
76 "resources": "FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist",
77 "requires_app_host": true
80 "swift_version": "5.0"