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