blob: 2beac51765b82e2269fe17a3cc9c58594e77f1a4 [file] [log] [blame]
{
"name": "APLTableViewModel",
"version": "0.0.1",
"summary": "A table view model which can inform a delegate about changes.",
"description": " A table view model which can inform a delegate about changes. Use this model in order to easily deal with a hierarchical table view model.\n",
"homepage": "https://github.com/apploft/APLTableViewModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tino Rachui": "tino.rachui@apploft.de"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/apploft/APLTableViewModel.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}