blob: b7fb75f42191a7d6c0418179d3ac9e9d22a1e5c2 [file] [log] [blame]
{
"name": "DWTableViewHelper",
"version": "1.1.7.5.3",
"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.5.3"
},
"source_files": "DWTableViewHelper/**/*.{h,m}",
"resources": "DWTableViewHelper/DWTableViewHelperResource.bundle",
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"DWKit/DWUtils/DWOperationCancelFlag": [
],
"DWKit/DWUtils/DWTransaction": [
]
}
}