blob: 52e77cfe898f0bde270d7fa0cb3f70d2fd8ace38 [file] [log] [blame]
{
"name": "STCollapseTableView",
"version": "0.1.1",
"summary": "A UITableView subclass that automatically collapse and/or expand your sections.",
"description": " A UITableView subclass that automatically collapse and/or expand your sections.\n You just have to fill your datasource like for a classic UITableView and the magic will happen.\n",
"homepage": "https://github.com/iSofTom/STCollapseTableView",
"license": "MIT",
"authors": {
"iSofTom": "thomas@isoftom.com"
},
"source": {
"git": "https://github.com/iSofTom/STCollapseTableView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "STCollapseTableView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}