[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 8 / b / HDTableViewMaker / 1.0.2 / HDTableViewMaker.podspec.json
blobd087cf3ee9b86cdf0442489daba537ff67776a2c
2   "name": "HDTableViewMaker",
3   "version": "1.0.2",
4   "summary": "只需一行代码,通过链式风格快速配置UITableView包括创建Delegate和DataSource、添加下拉刷新等各种功能,满足你对UITableView的一切幻想",
5   "homepage": "https://github.com/hongdong/HDTableViewMaker",
6   "license": "MIT",
7   "authors": {
8     "Abner": "fjhongdong@126.com"
9   },
10   "source": {
11     "git": "https://github.com/hongdong/HDTableViewMaker.git",
12     "tag": "1.0.2"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "HDTableViewMaker/*.{h,m}",
18   "resources": "HDTableViewMaker/HDTableViewMaker.bundle",
19   "requires_arc": true,
20   "dependencies": {
21     "MJRefresh": [
23     ],
24     "UITableView+FDTemplateLayoutCell": [
26     ],
27     "DZNEmptyDataSet": [
29     ]
30   }