blob: 93c5d4dd58cedf2e1c89d1d9b0403e4f01851dec [file] [log] [blame]
{
"name": "TableViewScrollAndSelect",
"version": "1.0.0",
"summary": "Elegant multi-selection for UITableView",
"description": "TableViewScrollAndSelect provides a simple, elegant solution to multiple row selection in a UITableView. It was designed to deliver an excellent user experience while requiring very little setup - nothing more than a few lines of code in your UITableViewController.",
"homepage": "https://github.com/wloderhose/TableViewScrollAndSelect",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wloderhose": "wloderhose@gmail.com"
},
"source": {
"git": "https://github.com/wloderhose/TableViewScrollAndSelect.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": "TableViewScrollAndSelect/Classes/**/*",
"frameworks": "UIKit"
}