[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 0 / f / 9 / RxFirebase / 0.2 / RxFirebase.podspec.json
blob0bfcbac1043659fc6b5d681a60d5c18ef864a62e
2   "name": "RxFirebase",
3   "version": "0.2",
4   "summary": "RxSwift extensions for Firebase.",
5   "description": "RxSwift extensions for Firebase.\nIncluding for now Database, Firestore, RemoteConfig",
6   "homepage": "https://github.com/RxSwiftCommunity/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/RxSwiftCommunity/RxFirebase.git",
16     "tag": "0.2"
17   },
18   "cocoapods_version": ">= 1.4.0",
19   "swift_version": "4.0",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "static_framework": true,
24   "dependencies": {
25     "RxSwift": [
26       "~> 4"
27     ],
28     "RxCocoa": [
29       "~> 4"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Firestore",
35       "source_files": "Sources/Firestore/**/*",
36       "dependencies": {
37         "FirebaseFirestore": [
38           "~> 0.12"
39         ]
40       }
41     },
42     {
43       "name": "RemoteConfig",
44       "source_files": "Sources/RemoteConfig/**/*",
45       "dependencies": {
46         "FirebaseRemoteConfig": [
47           "~> 3"
48         ]
49       }
50     },
51     {
52       "name": "Database",
53       "source_files": "Sources/Database/**/*",
54       "dependencies": {
55         "FirebaseDatabase": [
56           "~> 5"
57         ]
58       }
59     }
60   ]