[Add] ShopSphare 1.0.4
[CocoaPods.git] / Specs / 3 / 4 / b / RxFirestoreExecutor / 0.1.6 / RxFirestoreExecutor.podspec.json
blobbb51e78ef974171f810f856ec9753e8ec8bb65a0
2   "name": "RxFirestoreExecutor",
3   "version": "0.1.6",
4   "summary": "RxFirestoreExecutor is a simplified way to work Firebase/Firestore Queries.",
5   "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.",
6   "swift_version": "4.2",
7   "homepage": "https://github.com/anodamobi/RxFirestoreExecutor/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Pavel Mosunov": "pavel.mosunov@anoda.mobi"
14   },
15   "source": {
16     "git": "https://github.com/anodamobi/RxFirestoreExecutor.git",
17     "tag": "0.1.6"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "static_framework": true,
23   "source_files": [
24     "FirebaseQueryExecutor/Classes/*",
25     "FirebaseQueryExecutor/Classes/**/*"
26   ],
27   "dependencies": {
28     "Firebase/Firestore": [
29       "4.9.0"
30     ],
31     "Firebase": [
32       "4.9.0"
33     ],
34     "RxSwift": [
35       "~> 4.0"
36     ],
37     "SwiftyJSON": [
38       "~> 4.0"
39     ]
40   }