blob: 9e8e1fc9070bc9c0081d6ad1e8a6b9f201122536 [file] [log] [blame]
{
"name": "Tableable",
"version": "0.2.0.0",
"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.2.0.0"
},
"social_media_url": "https://twitter.com/hrunar",
"platforms": {
"ios": "8.0"
},
"source_files": "Tableable/Classes/**/*"
}