blob: 5c18abe12ab5bc51d0695c03589a5ff506e3609d [file] [log] [blame]
{
"name": "CollapsibleTableHeaderView",
"version": "0.1",
"summary": "A collapsible section header for UITableView written in Swift.",
"description": "This framework contains a Table View Header class that can be collapsed.",
"homepage": "https://github.com/TheFlow95/CollapsibleTableHeaderView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TheFlow": "theflow@outlook.com"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/TheFlow95/CollapsibleTableHeaderView.git",
"tag": "0.1"
},
"source_files": "CollapsibleTableHeaderView/CollapsibleTableHeaderView/Sources/**/*.swift",
"resources": "CollapsibleTableHeaderView/CollapsibleTableHeaderView/Sources/Assets.xcassets"
}