blob: 44a544c15a39b1a27d1aec81d26b0842a0b62301 [file] [log] [blame]
{
"name": "FirebaseStorage",
"version": "3.9.0",
"summary": "Firebase Storage",
"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.9.0"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0",
"watchos": "6.0"
},
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"prefix_header_file": false,
"source_files": [
"FirebaseStorage/Sources/**/*.[mh]",
"Interop/Auth/Public/*.h",
"FirebaseCore/Sources/Private/*.h"
],
"public_header_files": "FirebaseStorage/Sources/Public/FirebaseStorage/*.h",
"ios": {
"frameworks": "MobileCoreServices"
},
"osx": {
"frameworks": "CoreServices"
},
"dependencies": {
"FirebaseCore": [
"~> 6.10"
],
"GTMSessionFetcher/Core": [
"~> 1.1"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRStorage_VERSION=3.9.0",
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}\""
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"source_files": [
"FirebaseStorage/Tests/Unit/*.[mh]",
"SharedTestUtilities/FIRComponentTestUtilities.*",
"SharedTestUtilities/FIRAuthInteropFake.*"
],
"dependencies": {
"OCMock": [
]
}
},
{
"name": "integration",
"test_type": "unit",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"source_files": "FirebaseStorage/Tests/Integration/*.[mh]",
"requires_app_host": true,
"resources": [
"FirebaseStorage/Tests/Integration/Resources/1mb.dat",
"FirebaseStorage/Tests/Integration/Resources/GoogleService-Info.plist"
],
"dependencies": {
"FirebaseAuth": [
"~> 6.5"
]
}
},
{
"name": "swift-integration",
"test_type": "unit",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"source_files": "FirebaseStorage/Tests/SwiftIntegration/*.swift",
"requires_app_host": true,
"resources": [
"FirebaseStorage/Tests/Integration/Resources/1mb.dat",
"FirebaseStorage/Tests/Integration/Resources/GoogleService-Info.plist"
],
"dependencies": {
"FirebaseAuth": [
"~> 6.5"
]
}
}
]
}