blob: 0859ef280c5a666f1d466b0d22708ee4d4d34473 [file] [log] [blame]
{
"name": "FirebaseCommunity",
"version": "0.1.4",
"summary": "Firebase Open Source Libraries for iOS.",
"description": "Firebase Development CocoaPod including experimental and community supported features.",
"homepage": "https://firebase.google.com",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Google, Inc.",
"source": {
"git": "https://github.com/firebase/firebase-ios-sdk.git",
"tag": "0.1.4"
},
"social_media_url": "https://twitter.com/Firebase",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"default_subspecs": "Root",
"preserve_paths": "README.md",
"module_map": "Firebase/Firebase/module.modulemap",
"deprecated_in_favor_of": "Firebase",
"subspecs": [
{
"name": "Root",
"source_files": "Firebase/Firebase/FirebaseCommunity.h",
"public_header_files": "Firebase/Firebase/FirebaseCommunity.h"
},
{
"name": "Core",
"source_files": "Firebase/Core/**/*.[mh]",
"private_header_files": "Firebase/Core/Private/*.h",
"public_header_files": [
"Firebase/Core/Public/*.h",
"Firebase/Core/Private/*.h",
"Firebase/Core/Private/*.h"
],
"dependencies": {
"GoogleToolboxForMac/NSData+zlib": [
"~> 2.1"
],
"FirebaseCommunity/Root": [
]
}
},
{
"name": "Auth",
"source_files": "Firebase/Auth/Source/**/*.[mh]",
"osx": {
"exclude_files": [
"Firebase/Auth/Source/**/FIRAuthAppDelegateProxy.[mh]",
"Firebase/Auth/Source/**/FIRAuthNotificationManager.[mh]",
"Firebase/Auth/Source/**/FIRAuthAppCredentialManager.[mh]",
"Firebase/Auth/Source/**/FIRAuthAPNSTokenManager.[mh]",
"Firebase/Auth/Source/**/FIRAuthAPNSTokenType.[mh]",
"Firebase/Auth/Source/**/FIRAuthAPNSToken.[mh]",
"Firebase/Auth/Source/**/FIRAuthDefaultUIDelegate.[mh]",
"Firebase/Auth/Source/**/FIRAuthUIDelegate.h",
"Firebase/Auth/Source/**/FIRAuthURLPresenter.[mh]",
"Firebase/Auth/Source/**/FIRAuthWebView.[mh]",
"Firebase/Auth/Source/**/FIRAuthWebViewController.[mh]",
"Firebase/Auth/Source/**/FIRPhoneAuthCredential.[mh]",
"Firebase/Auth/Source/**/FIRPhoneAuthProvider.[mh]"
]
},
"public_header_files": "Firebase/Auth/Source/Public/*.h",
"preserve_paths": [
"Firebase/Auth/README.md",
"Firebase/Auth/CHANGELOG.md"
],
"xcconfig": {
"OTHER_CFLAGS": "-DFIRAuth_VERSION=0.1.4 -DFIRAuth_MINOR_VERSION=0.1"
},
"frameworks": "Security",
"dependencies": {
"FirebaseCommunity/Core": [
],
"GTMSessionFetcher/Core": [
"~> 1.1"
],
"GoogleToolboxForMac/NSDictionary+URLArguments": [
"~> 2.1"
]
}
},
{
"name": "Database",
"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": "icucore",
"frameworks": "SystemConfiguration",
"dependencies": {
"leveldb-library": [
],
"FirebaseCommunity/Core": [
]
},
"xcconfig": {
"OTHER_CFLAGS": "-DFIRDatabase_VERSION=0.1.4"
}
},
{
"name": "Messaging",
"platforms": {
"ios": "8.0"
},
"source_files": "Firebase/Messaging/**/*.[mh]",
"requires_arc": "Firebase/Messaging/*.m",
"public_header_files": "Firebase/Messaging/Public/*.h",
"libraries": "sqlite3",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 FIRMessaging_LIB_VERSION=0.1.4"
},
"frameworks": "SystemConfiguration",
"dependencies": {
"FirebaseCommunity/Core": [
],
"GoogleToolboxForMac/Logger": [
"~> 2.1"
],
"Protobuf": [
"~> 3.1"
]
}
},
{
"name": "Storage",
"source_files": "Firebase/Storage/**/*.[mh]",
"public_header_files": "Firebase/Storage/Public/*.h",
"ios": {
"frameworks": "MobileCoreServices"
},
"osx": {
"frameworks": "CoreServices"
},
"dependencies": {
"FirebaseCommunity/Core": [
],
"GTMSessionFetcher/Core": [
"~> 1.1"
]
},
"xcconfig": {
"OTHER_CFLAGS": "-DFIRStorage_VERSION=0.1.4"
}
}
]
}