| { |
| "name": "UITableView+FDTemplateLayoutCell", |
| "version": "1.4", |
| "summary": "Template auto layout cell for automatically UITableViewCell height calculate, cache and precache", |
| "description": "Template auto layout cell for automatically UITableViewCell height calculate, cache and precache. Requires a `self-satisfied` UITableViewCell, using system's `- systemLayoutSizeFittingSize:`, provides heights caching.", |
| "homepage": "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "forkingdog group": "https://github.com/forkingdog" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell.git", |
| "tag": "1.4" |
| }, |
| "source_files": "Classes/*.{h,m}", |
| "requires_arc": true |
| } |