blob: 24a6516cfc1e8a58015d2af37fa67ef464f12aef [file] [log] [blame]
{
"name": "UITableViewDynamicLayoutCacheHeight",
"version": "5.1.8",
"summary": "🖖 Template auto layout cell for automatically UITableViewCell UITableViewHeaderFooterView calculating and cache height framework.",
"homepage": "https://github.com/liangdahong/UITableViewDynamicLayoutCacheHeight",
"license": "MIT",
"authors": {
"liangdahong": "ios@liangdahong.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/liangdahong/UITableViewDynamicLayoutCacheHeight.git",
"tag": "5.1.8"
},
"requires_arc": true,
"source_files": "UITableViewDynamicLayoutCacheHeight/**/*.{h,m}",
"subspecs": [
{
"name": "Category",
"source_files": [
"UITableViewDynamicLayoutCacheHeight/Classes/UITableViewCell+BMDynamicLayout.{h,m}",
"UITableViewDynamicLayoutCacheHeight/Classes/UITableViewHeaderFooterView+BMDynamicLayout.{h,m}"
]
}
]
}