blob: b9a8b94b5a974a7bd60e35511d9ee3ef042797d7 [file] [log] [blame]
{
"name": "HoExpandableTableView",
"version": "1.0.0",
"summary": "A useful extended TableView derived from UITableView.",
"description": "A useful extended TableView derived from UITableView. The section headers can be customized.",
"homepage": "https://github.com/eric-nz/HoExpandableTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric Ho": "eric.iosfan@gmail.com"
},
"source": {
"git": "https://github.com/eric-nz/HoExpandableTableView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "12"
},
"swift_version": "4.2",
"source_files": "HoExpandableTableView/Classes/**/*",
"frameworks": "UIKit"
}