| { |
| "name": "GeoFireX-Swift", |
| "version": "1.0.0", |
| "summary": "The framework ported from GeoFireX for Swift.", |
| "description": "This framework helps you to get geometry data from Firebase with geohash. Basic logic is the same as GeoFireX by codediodeio. (https://github.com/codediodeio/geofirex)", |
| "homepage": "https://github.com/nob3rise/geofirex-swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Nob", |
| "social_media_url": "https://twitter.com/noby111", |
| "source": { |
| "git": "https://github.com/nob3rise/geofirex-swift.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "13.0" |
| }, |
| "source_files": "GeoFireX-Swift/Classes/**/*", |
| "swift_versions": [ |
| "4.0", |
| "4.1", |
| "4.2", |
| "5.0" |
| ], |
| "static_framework": true, |
| "dependencies": { |
| "Firebase/Core": [ |
| |
| ], |
| "Firebase/Firestore": [ |
| |
| ], |
| "FirebaseFirestoreSwift": [ |
| |
| ] |
| }, |
| "swift_version": "5.0" |
| } |