blob: b6669a691502e94deab4d483ac1990948334b2e9 [file] [log] [blame]
{
"name": "GeoFire",
"version": "4.0.1",
"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",
"tag": "v4.0.1"
},
"source_files": "GeoFire/**/*.{h,m}",
"documentation_url": "https://geofire-ios.firebaseapp.com/docs/",
"platforms": {
"ios": "8.0"
},
"ios": {
"dependencies": {
"Firebase/Database": [
"~> 6.0"
]
}
},
"frameworks": [
"CoreLocation",
"FirebaseDatabase"
],
"requires_arc": true,
"static_framework": true
}