blob: 12f9cb1a0799fd618f4bc6a31d784a460631a9b8 [file] [log] [blame]
{
"name": "Tableable",
"version": "0.1.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 TableViewSectionable instances.",
"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"
},
"social_media_url": "https://twitter.com/hrunar",
"platforms": {
"ios": "8.0"
},
"source_files": "Tableable/Classes/**/*"
}