blob: cd5e70a73a4052b093c69888f4b20971cdbe7745 [file] [log] [blame]
{
"name": "ALTableView",
"version": "0.3.0",
"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.0"
},
"source_files": "ALTableViewSwift/ALTableView/ALTableView/ALTableViewClasses/**/*.{swift,h,m}"
}