blob: 439908426a219b01b59e3dd315bbca74d6cceae4 [file] [log] [blame]
{
"name": "RxFirebaseFunctions",
"version": "0.3.7",
"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.7"
},
"cocoapods_version": ">= 1.4.0",
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"FirebaseFunctions": [
"~> 2"
]
},
"source_files": "Sources/Functions/**/*"
}