blob: 60e4202c7b627fd9a378c1f7603de36b436f6ec1 [file] [log] [blame]
{
"name": "LazyTableView-Swift",
"version": "1.0",
"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.\nLazyTableView is for you, it's easy to display model in UITableView. Also support different UITableViewCells.",
"homepage": "https://github.com/tuanphung/LazyTableView",
"license": "MIT",
"authors": {
"Tuan Phung": "tuanphunglk@gmail.com"
},
"social_media_url": "https://twitter.com/tuanphunglk",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tuanphung/LazyTableView.git",
"tag": "1.0"
},
"source_files": "Source/*.swift",
"requires_arc": true
}