blob: 24acd7fb8ad6fc1c4b9118ff3931d514101df245 [file] [log] [blame]
{
"name": "ALTableView",
"version": "0.3.2",
"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.2",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ALiOSDev/ALTableView.git",
"tag": "0.3.2"
},
"source_files": "ALTableViewSwift/ALTableView/ALTableView/ALTableViewClasses/**/*.{swift,h,m}"
}