blob: b0167c1555567b6df93fa6bb96ec737f3b3b1588 [file] [log] [blame]
{
"name": "FirebaseOSX",
"module_name": "Firebase",
"version": "2.4.1",
"summary": "The official OSX client library for Firebase.",
"description": "This is the official OSX client library for Firebase. Build extraordinary native OSX apps in minutes with Firebase. The Firebase platform can power your app’s backend, user authentication, static hosting, and more.",
"homepage": "https://www.firebase.com/",
"license": {
"type": "Commercial",
"text": "https://www.firebase.com/terms/terms-of-service.html"
},
"authors": {
"Firebase": "support@firebase.com"
},
"source": {
"http": "https://cdn.firebase.com/ObjC/FirebaseOSX.framework-2.4.1.zip"
},
"platforms": {
"osx": "10.10"
},
"source_files": [
"Empty.m",
"*.h"
],
"public_header_files": "*.h",
"preserve_paths": "Firebase.framework/Firebase",
"vendored_libraries": "libFirebase.a",
"prepare_command": "touch Empty.m && cp Firebase.framework/Firebase libFirebase.a && cp Firebase.framework/Headers/* .",
"frameworks": [
"CFNetwork",
"Security",
"SystemConfiguration"
],
"libraries": [
"icucore",
"c++"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"deprecated_in_favor_of": "FirebaseDatabase"
}