blob: 2e8ec3a27e2309467476cc5802d99eaddc067af3 [file] [log] [blame]
{
"name": "TableViewModel",
"version": "0.1.3",
"summary": "Create dynamic UITableViews declaratively in Swift.",
"description": "Adding sections and rows to a UITableView dynamically is a pain. This pod is created to make this task easier.",
"homepage": "https://github.com/tbergmen/TableViewModel",
"license": "MIT",
"authors": {
"tbergmen": "tunca@bergmen.com"
},
"source": {
"git": "https://github.com/tbergmen/TableViewModel.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
}
}