blob: a38c83769ee73c79ccb796dd3197b4ad4fa2b372 [file] [log] [blame]
{
"name": "ConfigurableTableView",
"version": "1.4",
"summary": "UITableViewDataSource and -Delegate that defines the sections and cells in the table using a lightweight data model.",
"homepage": "https://github.com/chbeer/ConfigurableTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Beer": "christian.beer@chbeer.de"
},
"source": {
"git": "https://github.com/chbeer/ConfigurableTableView.git",
"tag": "1.4"
},
"platforms": {
"ios": "6.1"
},
"source_files": "src/**/*.{h,m}",
"requires_arc": true
}