blob: 9d7ddaf5252f75824051a696daf916820947860c [file] [log] [blame]
{
"name": "Tableable",
"version": "0.3.0.0",
"summary": "Compose a UITableView data source out of separate Section data sources. Built with Swift 3. Newest available Swift 2.3 version is 0.2.0.0.",
"description": "Tableable is a replacement for UITableViewDataSource / UITableViewDelegate. It lets you compose a tableview out of self-contained sections (implementing TableViewSectionable).\nPerfect, for instance if the number of sections is calculated dynamically.",
"homepage": "https://github.com/hrunar/Tableable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Runar Svendsen": "runar.svendsen@gmail.com"
},
"source": {
"git": "https://github.com/hrunar/Tableable.git",
"tag": "0.3.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Tableable/Classes/**/*"
}