[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 1 / 4 / RxFirebaseDatabase / 0.3 / RxFirebaseDatabase.podspec.json
blobe237a1494249b0e06fb1c59276bf8be7456f513e
2   "name": "RxFirebaseDatabase",
3   "version": "0.3",
4   "summary": "RxSwift extensions for FirebaseDatabase.",
5   "description": "RxSwift extensions for RxFirebaseDatabase.",
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.3"
17   },
18   "cocoapods_version": ">= 1.4.0",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10",
22     "tvos": "10.0"
23   },
24   "static_framework": true,
25   "dependencies": {
26     "RxSwift": [
27       "~> 4"
28     ],
29     "RxCocoa": [
30       "~> 4"
31     ],
32     "FirebaseDatabase": [
33       "~> 5"
34     ]
35   },
36   "source_files": "Sources/Database/**/*"