blob: 48b064c67b1ff88b0c28e47fc4e15832f2f4469e [file] [log] [blame]
{
"name": "Unio",
"version": "0.4.1",
"summary": "KeyPath based Unidirectionarl Input / Output framework with RxSwift.",
"homepage": "https://github.com/cats-oss/Unio",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Taiki Suzuki": "suzuki_taiki@cyberagent.co.jp"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/cats-oss/Unio.git",
"tag": "0.4.1"
},
"source_files": "Unio/**/*.{swift}",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"swift_version": "5.0"
}