blob: 6d584764b923ebb0d6a736f9091ff67b38b2e462 [file] [log] [blame]
{
"name": "RxViewBinder",
"version": "2.0.0",
"summary": "RxViewBinder is a simple one-way architecture.",
"description": "RxViewBinder is a one-way architecture using Reactive Extension.",
"homepage": "https://github.com/magi82/RxViewBinder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"magi82": "devmagi82@gmail.com"
},
"source": {
"git": "https://github.com/magi82/RxViewBinder.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}