blob: 56fa16453a67db919b0137d37e8c421ed45fa3b5 [file] [log] [blame]
{
"name": "Tableable",
"version": "0.1.0.2",
"summary": "Compose a UITableView data source out of separate Section data sources.",
"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.1.0.2"
},
"social_media_url": "https://twitter.com/hrunar",
"platforms": {
"ios": "8.0"
},
"source_files": "Tableable/Classes/**/*"
}