| { |
| "name": "RxFirebaseDatabase", |
| "version": "0.3.5", |
| "summary": "RxSwift extensions for FirebaseDatabase.", |
| "description": "RxSwift extensions for RxFirebaseDatabase.", |
| "homepage": "https://github.com/RxSwiftCommunity/RxFirebase", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Arnaud Dorgans": "arnaud.dorgans@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/RxSwiftCommunity/RxFirebase.git", |
| "tag": "0.3.5" |
| }, |
| "cocoapods_version": ">= 1.4.0", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "10.0" |
| }, |
| "static_framework": true, |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4" |
| ], |
| "RxCocoa": [ |
| "~> 4" |
| ], |
| "FirebaseDatabase": [ |
| "~> 5" |
| ] |
| }, |
| "source_files": "Sources/Database/**/*" |
| } |