blob: 0423ce4ee1123d55067ad5a35443438327759e9e [file] [log] [blame]
{
"name": "Firebase",
"version": "2.3.1",
"summary": "The official iOS client library for Firebase.",
"description": " This is the official iOS client library for Firebase. Build extraordinary native iOS apps in minutes with Firebase. The Firebase platform can power your app’s backend, user authentication, static hosting, and more.\n",
"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/Firebase.framework-2.3.1.zip"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"preserve_paths": "Firebase.framework",
"frameworks": [
"CFNetwork",
"Security",
"Firebase",
"SystemConfiguration"
],
"libraries": [
"icucore",
"c++"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Firebase\""
}
}