[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / c / UITableView+FDTemplateLayoutCell / 1.1-beta / UITableView+FDTemplateLayoutCell.podspec.json
blob50c40b3ff17f474d3488c967e93f8bad50690cec
2   "name": "UITableView+FDTemplateLayoutCell",
3   "version": "1.1-beta",
4   "summary": "Template auto layout cell for automatically UITableViewCell height calculating and caching",
5   "description": "Template auto layout cell for automatically UITableViewCell height calculating and caching, requires a `self-satisfied` UITableViewCell, using system's `- systemLayoutSizeFittingSize:`, provides heights caching.",
6   "homepage": "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "forkingdog group": "https://github.com/forkingdog"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell.git",
19     "tag": "1.1-beta"
20   },
21   "source_files": "Classes/*.{h,m}",
22   "requires_arc": true