blob: b121fed89542077898922739ed61dfdf215f510b [file] [log] [blame]
{
"name": "ALTableView",
"version": "0.1.6",
"summary": "An easy way to manage UITableView and UITableViewController",
"description": "This framework is a generic UITableViewDataSource and UITableViewDelegate which will help you to reduce all the code you have to copy-paste everytime you create a tableView. For doing that you only need to create SectionElement array and for each one a RowElement array.",
"homepage": "https://github.com/ALiOSDev/ALTableView.git",
"license": "MIT",
"authors": "Abimael Barea, Lorenzo Villarroel",
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ALiOSDev/ALTableView.git",
"tag": "0.1.6"
},
"source_files": "ALTableViewSwift/ALTableView/ALTableView/ALTableViewClasses/**/*.{swift,h,m}"
}