[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / a / 1 / DWTableViewHelper / 1.1.8 / DWTableViewHelper.podspec.json
bloba5df30e0e218a91aaa1f17a5b50ca5eb3ff188bb
2   "name": "DWTableViewHelper",
3   "version": "1.1.8",
4   "summary": "DWTableViewHelper is a tool object to slim your ViewController and let you build a tableView easily.",
5   "description": "DWTableViewHelper is a tool object to slim your ViewController and let you build a tableView easily.DWTableViewHelper能够瘦身你的控制器,达>到解耦效果,并且提供一些便捷的TableView开发接口。",
6   "homepage": "https://github.com/CodeWicky/DWTableViewHelper",
7   "social_media_url": "http://www.jianshu.com/u/a56ec10f6603",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "codeWicky": "codewicky@163.com"
14   },
15   "source": {
16     "git": "https://github.com/CodeWicky/DWTableViewHelper.git",
17     "tag": "1.1.8"
18   },
19   "source_files": "DWTableViewHelper/**/*.{h,m}",
20   "resources": "DWTableViewHelper/DWTableViewHelperResource.bundle",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "frameworks": "UIKit",
25   "requires_arc": true,
26   "dependencies": {
27     "DWKit/DWUtils/DWOperationCancelFlag": [
29     ],
30     "DWKit/DWUtils/DWTransaction": [
32     ],
33     "DWKit/DWUtils/DWForwardingTarget": [
35     ]
36   }