[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 0 / 7 / UITableView+CellHeightCalculation / 1.0.3 / UITableView+CellHeightCalculation.podspec.json
blobfe9c798686b91512ce961420aba88e102575f871
2   "name": "UITableView+CellHeightCalculation",
3   "version": "1.0.3",
4   "summary": "Auto layout UITableViewCell height calculate and cache.",
5   "homepage": "https://github.com/Tinghui/UITableView-CellHeightCalculation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Tinghui": "tinghui.zhang3@gmail.com"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/Tinghui/UITableView-CellHeightCalculation.git",
19     "tag": "1.0.3"
20   },
21   "source_files": "Source/UITableView+CellHeightCalculation.{h,m}",
22   "dependencies": {
23     "MFViewHeightCache": [
24       "~> 1.0.2"
25     ]
26   }