blob: e01a8dffe45f33eb5e37fd0c8925b2bd3cf47fff [file] [log] [blame]
{
"name": "CHViewModel",
"version": "0.0.1",
"summary": "The ViewModel base on ReactiveCocoa 2.5 using MVVM Design",
"description": "There are two signal in CHViewModel now, you can use push or pop in controller",
"homepage": "https://github.com/chausson/CHViewModel.git",
"license": "MIT",
"authors": {
"Chausson": "232564026@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chausson/CHViewModel.git",
"tag": "0.0.1"
},
"source_files": "CHViewModel",
"dependencies": {
"ReactiveCocoa": [
"~>2.5"
]
}
}