blob: cfd9cc709083ce25a19204713804026174394b99 [file] [log] [blame]
{
"name": "ViewModelBindable",
"version": "1.0.0",
"summary": "Super easy way to bind ViewModel",
"description": "ViewModelBindable supports easy ViewModel binding for MVVM architecture. ViewModelBindable will inject required method for binding into your ViewController & View life-cycle. Just enjoy it!",
"homepage": "https://github.com/makesource/ViewModelBindable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"makesource": "makesource@gmail.com"
},
"source": {
"git": "https://github.com/makesource/ViewModelBindable.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ViewModelBindable/Classes/**/*",
"dependencies": {
"RxSwift": [
">= 4.0.0"
]
}
}