blob: 72c7a411e66900acce883966b3a9b9c94f06e097 [file] [log] [blame]
{
"name": "RxViewBinder",
"version": "0.2.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": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"swift_version": "4.0"
}