blob: ae541b1c798df61e7b82dc5faf7422978719bad6 [file] [log] [blame]
{
"name": "HVTableView",
"version": "0.2.1",
"summary": "UITableView with expand/collapse feature",
"description": "This is a subclass of UITableView with expand/collapse feature that comes useful in many scenarios. The developer can save a lot of time using an expand/collapse tableView instead of creating a detail viewController for each cell. Consequently the details of each cell can be displayed right on the same table without switching to another view.",
"homepage": "https://github.com/innovian/HVTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Innovian": "innovian.com"
},
"source": {
"git": "https://github.com/innovian/HVTableView.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HVTableView/Classes/**/*"
}