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",
11 "authors": "Google, Inc.",
13 "git": "https://github.com/firebase/firebase-ios-sdk.git",
14 "tag": "CocoaPods-11.1.0-beta"
16 "social_media_url": "https://twitter.com/Firebase",
17 "swift_versions": "5.9",
24 "cocoapods_version": ">= 1.12.0",
25 "prefix_header_file": false,
27 "FirebaseMLModelDownloader/Sources/**/*.swift"
29 "frameworks": "Foundation",
34 "FirebaseCoreExtension": [
37 "FirebaseInstallations": [
40 "GoogleDataTransport": [
43 "GoogleUtilities/UserDefaults": [
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"
67 "source_files": "FirebaseMLModelDownloader/Tests/Unit/**/*.swift",
68 "requires_app_host": true
71 "name": "integration",
81 "source_files": "FirebaseMLModelDownloader/Tests/Integration/**/*.swift",
82 "resources": "FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist",
83 "requires_app_host": true
86 "swift_version": "5.9"