blob: bb51e78ef974171f810f856ec9753e8ec8bb65a0 [file] [log] [blame]
{
"name": "RxFirestoreExecutor",
"version": "0.1.6",
"summary": "RxFirestoreExecutor is a simplified way to work Firebase/Firestore Queries.",
"description": "RxFirestoreExecutor uses \"MOYA-like\" structure to simplify query workflow. It's also handle response from Firestore via RxSwift.\nIt's replace a lot of boilerplate code for creating queries and handle them with Firebase/Firestore Library.",
"swift_version": "4.2",
"homepage": "https://github.com/anodamobi/RxFirestoreExecutor/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pavel Mosunov": "pavel.mosunov@anoda.mobi"
},
"source": {
"git": "https://github.com/anodamobi/RxFirestoreExecutor.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"source_files": [
"FirebaseQueryExecutor/Classes/*",
"FirebaseQueryExecutor/Classes/**/*"
],
"dependencies": {
"Firebase/Firestore": [
"4.9.0"
],
"Firebase": [
"4.9.0"
],
"RxSwift": [
"~> 4.0"
],
"SwiftyJSON": [
"~> 4.0"
]
}
}