[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 8 / b / HDTableViewMaker / 0.0.7 / HDTableViewMaker.podspec.json
blobec500808e6406333057ee0ed42ce776d214730b5
2   "name": "HDTableViewMaker",
3   "version": "0.0.7",
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": "0.0.7"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source_files": "HDTableViewMaker/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "MJRefresh": [
22     ],
23     "UITableView+FDTemplateLayoutCell": [
25     ]
26   }