blob: d05389ece2f05e88af380f661d480c08c3996bbd [file] [log] [blame]
{
"name": "GWCollapsibleTable",
"version": "0.2.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.2.0"
},
"source_files": "CollapsibleTable/GWCollapsibleTable/**/*.{h,m}"
}