blob: b001c64cb4981aedcc46fbf841bb2decf6dc5838 [file] [log] [blame]
{
"name": "NATTableView",
"version": "3.0.3",
"summary": "A lazy way for smart developers to deal with UITableView.",
"description": "How many times do you have to implement UITableViewDatasource and UITableViewDelegate?\nIs it boring? And how to deal with different UITableViewCells in one TableView?\n\nYou're smart so you need to find a smart way to do it.\nATTableView is for you, it's easy to display model in UITableView. Also support different UITableViewCells.",
"homepage": "https://github.com/tuanphung/ATTableView",
"license": "MIT",
"authors": {
"Tuan Phung": "nghiaphunguyen501@gmail.com"
},
"social_media_url": "https://github.com/nghiaphunguyen",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nghiaphunguyen/ATTableView.git",
"tag": "3.0.3"
},
"source_files": "Source/*.swift",
"requires_arc": true
}