blob: 7b75baf9fb915714715ae5606a879ab5659fd6da [file] [log] [blame]
{
"name": "GWCollapsibleTable",
"version": "0.1.0",
"summary": "UITableView that support collapsing.",
"description": " GWCollapsibleTable offers a simpler way to manage a UITableView with collapsible sections.\n",
"homepage": "https://github.com/gregwym/GWCollapsibleTable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Greg Wang": "gregwym@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/gregwym/GWCollapsibleTable.git",
"tag": "v0.1.0"
},
"source_files": "CollapsibleTable/GWCollapsibleTable/**/*.{h,m}"
}