blob: f77c60815e0170e4be19981c0dd77803fbc5ae02 [file] [log] [blame]
{
"name": "DDTableViewController",
"version": "0.0.1",
"summary": "A brilliant way to use UITableView",
"description": "It's lifetime mission for iOS developers to optimize the use of UITableView. Fortunately, I managed a brilliant way to use it inspired by [Arkadiusz Holko's Article](http://holko.pl/2016/01/05/typed-table-view-controller/)",
"homepage": "https://github.com/wddwycc/DDTableViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"闻端Carl": "wddwyss@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wddwycc/DDTableViewController.git",
"tag": "0.0.1"
},
"source_files": "Source/*.swift",
"requires_arc": true
}