blob: efad0f1d9bb7ace6f68dc125a68b4a8a7990fac8 [file] [log] [blame]
{
"name": "ViewModelBindable",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ViewModelBindable/Classes/**/*",
"dependencies": {
"RxSwift": [
">= 4.0.0"
]
}
}