blob: d84ffd7c82218ee3fbe0f08b5894be0c9f489961 [file] [log] [blame]
{
"name": "CDBTableViewHeightCache",
"version": "0.0.1",
"summary": "Use it to cache a height of table view cells.",
"description": "Use it to cache a height of autolayout based cells in table view to reduce height calculation time when table refreshes itself. Meant to be a support for iOS 8-9 table view logic that makes table jerks on scroll. The source of problem sometime in calculating heightForRowAtIndexPath 3 times for every single cell.",
"homepage": "https://github.com/yocaminobien/CDBTableViewHeightCache",
"license": "MIT",
"authors": {
"estbyright": "estbyright@gmail.com"
},
"source": {
"git": "https://github.com/yocaminobien/CDBTableViewHeightCache.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CDBTableViewHeightCache": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}