blob: 981820270fd443435979ab246083529589291a52 [file] [log] [blame]
{
"name": "TableViewModel",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TableViewModel": [
"Pod/Assets/*.png"
]
}
}