blob: 897742ec19e0d82809e8e3cb0ff16d013a2cc0b4 [file] [log] [blame]
{
"name": "Geofirestore",
"version": "0.1.0",
"summary": "Realtime location queries with Firebase Cloud Firestore.",
"description": "An alternative to the GeoFire library provided by Firebase, but compatible with Cloud Firestore. To use, just create a Geofirestore instance and point it to a collection reference containing the documents you'd like to run location queries on.",
"homepage": "https://github.com/dhruvshah1214/Geofirestore.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dhruv Shah": "dhruv.shah@gmail.com",
"Nikhil Sridhar": "nik.sridhar@gmail.com"
},
"source": {
"git": "https://github.com/dhruvshah1214/Geofirestore.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Geofirestore/Classes/**/*",
"swift_version": "4.0",
"frameworks": "CoreLocation",
"static_framework": true,
"dependencies": {
"Firebase": [
"~> 5.4"
],
"GeoFire": [
"~> 3.0"
],
"FirebaseCore": [
"~> 5.0.3"
],
"FirebaseFirestore": [
"~> 0.12.3"
]
}
}