blob: 649b046d628386d6c95bf8664cc6708382466cc0 [file] [log] [blame]
{
"name": "GeoFire",
"version": "1.1.1",
"summary": "Realtime location queries with Firebase.",
"homepage": "https://github.com/firebase/geofire-objc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Firebase": "support@firebase.com"
},
"source": {
"git": "https://github.com/firebase/geofire-objc.git",
"tag": "v1.1.1"
},
"source_files": "GeoFire/**/*.{h,m}",
"docset_url": "https://geofire-ios.firebaseapp.com/docs/",
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"dependencies": {
"Firebase": [
"~> 2.2"
]
},
"frameworks": "CoreLocation",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Firebase\""
},
"requires_arc": true
}