blob: 01e2ca76973541fcc76b6790bf38cbadfc9875d9 [file] [log] [blame]
{
"name": "FirebaseUI",
"version": "0.2.4",
"summary": "UI binding libraries for Firebase.",
"homepage": "https://github.com/firebase/FirebaseUI-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Firebase": "support@firebase.com"
},
"social_media_url": "https://twitter.com/firebase",
"source": {
"git": "https://github.com/firebase/FirebaseUI-iOS.git",
"tag": "v0.2.4"
},
"source_files": "FirebaseUI/**/*.{h,m}",
"dependencies": {
"Firebase": [
"~> 2.2"
]
},
"platforms": {
"ios": "7.0"
},
"libraries": [
"c++",
"icucore"
],
"ios": {
"frameworks": [
"UIKit",
"Firebase",
"Security",
"CFNetwork",
"SystemConfiguration"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Firebase\""
},
"requires_arc": true
}