blob: 5450b670842ea5e81b110b90dcf82412445ba71f [file] [log] [blame]
{
"name": "FirebaseMLModelDownloader",
"version": "8.4.0-beta",
"summary": "Firebase ML Model Downloader",
"description": "This is the new ML Model Downloader CocoaPod.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "CocoaPods-8.4.0-beta"
},
"social_media_url": "https://twitter.com/Firebase",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "6.0"
},
"cocoapods_version": ">= 1.4.0",
"prefix_header_file": false,
"source_files": [
"FirebaseMLModelDownloader/Sources/**/*.swift"
],
"frameworks": "Foundation",
"dependencies": {
"FirebaseCore": [
"~> 8.0"
],
"FirebaseInstallations": [
"~> 8.0"
],
"GoogleDataTransport": [
"~> 9.0"
],
"GoogleUtilities/Logger": [
"~> 7.4"
],
"SwiftProtobuf": [
"~> 1.0"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRMLModelDownloader_VERSION=8.4.0-beta",
"OTHER_CFLAGS": "-fno-autolink"
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"scheme": {
"code_coverage": true
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": "FirebaseMLModelDownloader/Tests/Unit/**/*.swift",
"requires_app_host": true
},
{
"name": "integration",
"test_type": "unit",
"scheme": {
"code_coverage": true
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": "FirebaseMLModelDownloader/Tests/Integration/**/*.swift",
"resources": "FirebaseMLModelDownloader/Tests/Integration/Resources/GoogleService-Info.plist",
"requires_app_host": true
}
],
"swift_version": "5.0"
}