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