blob: d472f262c999d676b05a10dcbd21d4a36d422de4 [file] [log] [blame]
{
"name": "RxOptionals",
"version": "0.6",
"summary": "Extensions that allow you to work with optionals.",
"description": "An extensions for RxSwift that allows you to pass an optional arguments.",
"homepage": "https://github.com/danyaffff/RxOptionals",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dane4ka": "danya240926@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/danyaffff/RxOptionals.git",
"tag": "0.6-beta"
},
"source_files": "Sources/RxOptionals/**/*.{swift}",
"dependencies": {
"RxSwift": [
"~> 6.0"
],
"RxCocoa": [
"~> 6.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}