blob: 682b0806727c380ac708d39a84c88fa3a3d892ed [file] [log] [blame]
{
"name": "HSTableView",
"version": "1.2.0",
"summary": "A simpler, more elegant UITableView using objects, blocks instead of delegates",
"description": "A simpler, more elegant UITableView. Rows are managed by objects. Things happen with blocks.\n\nYour whole table is declared up front with no need for delegates\n\nThe table view uses a responder chain to provide settings. Any setting can be set at the row level, the section level or the table level.\n\nThis allows simple configuration at the table level, and easy customisation at the row level.\n\nBlocks are used for tap handlers, delete handlers, etc.\n\nDefault (and coloured) accessories are supported\n\nHSTableView is suitable for situations where there is a known finite number of rows (although the number can change). It doesn’t support infinite scrolling tables (you’ll have to use UITableView and delegates for that!)",
"homepage": "https://github.com/ConfusedVorlon/HSTableView",
"license": "MIT",
"authors": "Rob Jonson",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/ConfusedVorlon/HSTableView.git",
"tag": "1.2.0"
},
"source_files": "HSTableView",
"swift_version": "5.0"
}