[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / f / 0 / Geofirestore / 1.0.0 / Geofirestore.podspec.json
blob3a0bd732c1151622019b4f1beeedf8697108c431
2   "name": "Geofirestore",
3   "version": "1.0.0",
4   "summary": "Realtime location queries with Firebase Cloud Firestore.",
5   "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.",
6   "homepage": "https://github.com/imperiumlabs/Geofirestore-ios.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dhruv Shah": "dhruv.shah@gmail.com",
13     "Nikhil Sridhar": "nik.sridhar@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/imperiumlabs/Geofirestore.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Geofirestore/Classes/**/*",
23   "swift_version": "4.0",
24   "frameworks": "CoreLocation",
25   "static_framework": true,
26   "dependencies": {
27     "Firebase": [
28       "~> 5.4"
29     ],
30     "GeoFire": [
31       "~> 3.0"
32     ],
33     "FirebaseCore": [
34       "~> 5.0"
35     ],
36     "FirebaseFirestore": [
37       "~> 0.12"
38     ]
39   }