blob: 7a6f9533f07d830a2aa14c194f44a71997ba9b2a [file] [log] [blame]
{
"name": "ViewModelable",
"version": "0.6.0",
"summary": "A lightweight Swift view model implementation with no dependencies.",
"description": "A lightweight Swift view model implementation with no external dependencies.",
"homepage": "http://github.com/Legoless/ViewModelable",
"license": "MIT",
"authors": {
"Dal Rupnik": "legoless@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Legoless/ViewModelable.git",
"tag": "0.6.0"
},
"source_files": "ViewModelable/**/*.{swift}",
"requires_arc": true
}