blob: 53a8ab1368b3e4f0ad2dc182185f320c74450ff2 [file] [log] [blame]
{
"name": "RxFirebaseFunctions",
"version": "0.3.8",
"summary": "RxSwift extensions for FirebaseFunctions.",
"description": "RxSwift extensions for FirebaseFunctions.",
"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.8"
},
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "10.0"
},
"static_framework": true,
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"FirebaseFunctions": [
"~> 2.5"
]
},
"source_files": "Sources/Functions/**/*"
}