[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / f / 9 / RxFirebase / 0.1.0 / RxFirebase.podspec.json
blob9c5b0ce748d2a93d9c202898ffe3e7e03f826aef
2   "name": "RxFirebase",
3   "version": "0.1.0",
4   "summary": "RxSwift extensions for Firebase.",
5   "description": "RxSwift extensions for Firebase.\nIncluding for now FirebaseCore",
6   "homepage": "https://github.com/arnauddorgans/RxFirebase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Arnaud Dorgans": "arnaud.dorgans@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/arnauddorgans/RxFirebase.git",
16     "tag": "0.1.0"
17   },
18   "swift_version": "4.1",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "static_framework": true,
23   "dependencies": {
24     "RxSwift": [
25       "~> 4"
26     ],
27     "RxCocoa": [
28       "~> 4"
29     ],
30     "FirebaseCore": [
31       "~> 4"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Firestore",
37       "source_files": "RxFirebase/Classes/Firestore/**/*",
38       "dependencies": {
39         "FirebaseFirestore": [
40           "~> 0"
41         ]
42       }
43     }
44   ]