blob: a2f7f3870dd42f25db4be1ad92bfe6f8bea62c09 [file] [log] [blame]
{
"name": "GeoFire",
"version": "2.0.0",
"summary": "Realtime location queries with Firebase.",
"homepage": "https://github.com/firebase/geofire-objc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Firebase",
"source": {
"git": "https://github.com/firebase/geofire-objc.git"
},
"source_files": "GeoFire/**/*.{h,m}",
"documentation_url": "https://geofire-ios.firebaseapp.com/docs/",
"platforms": {
"ios": "8.0"
},
"ios": {
"dependencies": {
"Firebase/Database": [
"~> 4.0"
]
}
},
"frameworks": "CoreLocation",
"requires_arc": true
}