blob: 72fa5265020e82abf64025875e93d94db292e9b7 [file] [log] [blame]
{
"name": "FirebaseDatabase",
"version": "6.2.0",
"summary": "Firebase Realtime Database",
"description": "Simplify your iOS development, grow your user base, and monetize more effectively with Firebase.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "Database-6.2.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/Database/**/*.[mh]",
"Firebase/Database/third_party/Wrap-leveldb/APLevelDB.mm",
"Firebase/Database/third_party/SocketRocket/fbase64.c"
],
"public_header_files": "Firebase/Database/Public/*.h",
"libraries": [
"c++",
"icucore"
],
"frameworks": [
"CFNetwork",
"Security",
"SystemConfiguration"
],
"dependencies": {
"leveldb-library": [
"~> 1.22"
],
"FirebaseAuthInterop": [
"~> 1.0"
],
"FirebaseCore": [
"~> 6.0"
]
},
"pod_target_xcconfig": {
"GCC_C_LANGUAGE_STANDARD": "c99",
"GCC_PREPROCESSOR_DEFINITIONS": "FIRDatabase_VERSION=6.2.0"
},
"testspecs": [
{
"name": "unit",
"test_type": "unit",
"source_files": [
"Example/Database/Tests/Unit/*.[mh]",
"Example/Database/Tests/Helpers/*.[mh]",
"Example/Database/Tests/third_party/*.[mh]",
"Example/Shared/FIRAuthInteropFake.[mh]",
"Example/Shared/FIRComponentTestUtilities.h"
],
"resources": [
"Example/Database/Tests/infoPlist.strings",
"Example/Database/Tests/syncPointSpec.json",
"Example/Database/App/GoogleService-Info.plist"
]
},
{
"name": "integration",
"test_type": "unit",
"source_files": [
"Example/Database/Tests/Integration/*.[mh]",
"Example/Database/Tests/Helpers/*.[mh]",
"Example/Shared/FIRAuthInteropFake.[mh]"
],
"resources": "Example/Database/App/GoogleService-Info.plist"
}
]
}