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