4 "summary": "An easy way to manage UITableView and UITableViewController",
5 "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.",
6 "homepage": "https://github.com/ALiOSDev/ALTableView.git",
8 "authors": "Abimael Barea, Lorenzo Villarroel",
9 "swift_version": "4.0",
14 "git": "https://github.com/ALiOSDev/ALTableView.git",
17 "source_files": "ALTableViewSwift/ALTableView/ALTableView/ALTableViewClasses/**/*.{swift,h,m}"