blob: 288e1719f72aba58f9f3b01961852a073d5c7472 [file] [log] [blame]
{
"name": "DWTableViewHelper",
"version": "1.1.7",
"summary": "DWTableViewHelper is a tool object to slim your ViewController and let you build a tableView easily.",
"description": "DWTableViewHelper is a tool object to slim your ViewController and let you build a tableView easily.DWTableViewHelper能够瘦身你的控制器,达>到解耦效果,并且提供一些便捷的TableView开发接口。",
"homepage": "https://github.com/CodeWicky/DWTableViewHelper",
"social_media_url": "http://www.jianshu.com/u/a56ec10f6603",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeWicky": "codewicky@163.com"
},
"source": {
"git": "https://github.com/CodeWicky/DWTableViewHelper.git",
"tag": "1.1.7"
},
"source_files": "DWTableViewHelper/**/*.{h,m}",
"resources": "DWTableViewHelper/DWTableViewHelperResource.bundle",
"platforms": {
"ios": "7.0"
},
"frameworks": "UIKit",
"requires_arc": true
}