[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / c / 6 / RZCellSizeManager / 1.0.0 / RZCellSizeManager.podspec.json
blob1999ddd04d3e01833d8fe493db6080887ae1dca4
2   "name": "RZCellSizeManager",
3   "version": "1.0.0",
4   "summary": "Dynamic size computation and cacheing for cells.",
5   "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",
6   "homepage": "https://github.com/Raizlabs/RZCellSizeManager",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Alex Rouse": "alex.rouse@raizlabs.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/Raizlabs/RZCellSizeManager.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "RZCellSizeManager/*.{h,m}",
21   "requires_arc": true