blob: 5dc64516c53b2f9bde070b90bc2349fef8220de0 [file] [log] [blame]
{
"name": "ExpandableTableViewController",
"version": "1.0",
"summary": "Swift library to easily show, hide and customize table view cells as an expandable list of items.",
"description": "Swift library to easily show, hide and customize table view cells as an expandable list of items, long text or pickers.",
"homepage": "https://github.com/enricmacias/ExpandableTableViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Enric Macias Lopez": "enric_maciaslopez@gmail.com"
},
"source": {
"git": "https://github.com/enricmacias/ExpandableTableViewController.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ExpandableTableViewController/Classes/**/*"
}