[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / c / 6 / RZCellSizeManager / 1.1 / RZCellSizeManager.podspec.json
blobfc6fca43f6f807c6dd3815c7b95616d700c487a4
2   "name": "RZCellSizeManager",
3   "version": "1.1",
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.1"
19   },
20   "source_files": "RZCellSizeManager/*.{h,m}",
21   "requires_arc": true