blob: 2f8f73a98acadb361ce096166da222d64b5216d6 [file] [log] [blame]
{
"name": "FirebaseStorage",
"version": "3.3.0",
"summary": "Firebase Storage for iOS (plus community support for macOS and tvOS)",
"description": "Firebase Storage provides robust, secure file uploads and downloads from Firebase SDKs, powered by Google Cloud Storage.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "Storage-3.3.0"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": "Firebase/Storage/**/*.[mh]",
"public_header_files": "Firebase/Storage/Public/*.h",
"ios": {
"frameworks": "MobileCoreServices"
},
"osx": {
"frameworks": "CoreServices"
},
"dependencies": {
"FirebaseAuthInterop": [
"~> 1.0"
],
"FirebaseCore": [
"~> 6.0"
],
"GTMSessionFetcher/Core": [
"~> 1.1"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRStorage_VERSION=3.3.0"
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": [
"Example/Storage/Tests/Unit/*.[mh]",
"Example/Shared/FIRComponentTestUtilities.*",
"Example/Shared/FIRAuthInteropFake.*"
],
"dependencies": {
"OCMock": [
]
}
},
{
"name": "integration",
"test_type": "unit",
"source_files": "Example/Storage/Tests/Integration/*.[mh]",
"requires_app_host": true,
"resources": [
"Example/Storage/App/1mb.dat",
"Example/Storage/App/GoogleService-Info.plist"
]
}
]
}