blob: fd045696e1a5f9a0964d81a9e0958da0bbe4f107 [file] [log] [blame]
{
"name": "LUExpandableTableView",
"version": "4.0.0",
"summary": "A subclass of UITableView with expandable and collapsible sections",
"description": "A subclass of UITableView with expandable and collapsible sections that is easy to use and highly customisable",
"homepage": "https://github.com/LaurentiuUngur/LUExpandableTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/LaurentiuUngur/LUExpandableTableView.git",
"tag": "4.0.0"
},
"authors": {
"Laurentiu Ungur": "laurentyu1995@gmail.com"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.{swift}",
"preserve_paths": "README*"
}