blob: 086a3627130b648552cf7c3302cd26326073da9c [file] [log] [blame]
{
"name": "UITableView+FDTemplateLayoutCell_Bell",
"version": "1.4.1",
"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/GreedBell/UITableView-FDTemplateLayoutCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"forkingdog group": "https://github.com/forkingdog"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/GreedBell/UITableView-FDTemplateLayoutCell.git",
"tag": "1.4.1"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true
}