blob: 10214b6a9891c93eccaa507be3bf369d96aa8684 [file] [log] [blame]
{
"name": "HVTableView",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HVTableView/Classes/**/*"
}