blob: fc6fca43f6f807c6dd3815c7b95616d700c487a4 [file] [log] [blame]
{
"name": "RZCellSizeManager",
"version": "1.1",
"summary": "Dynamic size computation and cacheing for cells.",
"description": " RZCellSizeManager is an object used to cache and get cell heights for UICollectionView cells and UITableView cells. It works expecially well when using AutoLayout but can be used anytime you want to cache cell sizes.\n",
"homepage": "https://github.com/Raizlabs/RZCellSizeManager",
"license": {
"type": "MIT"
},
"authors": {
"Alex Rouse": "alex.rouse@raizlabs.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Raizlabs/RZCellSizeManager.git",
"tag": "1.1"
},
"source_files": "RZCellSizeManager/*.{h,m}",
"requires_arc": true
}