[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / 7 / UITableView+CellHeightCalculation / 1.1.1 / UITableView+CellHeightCalculation.podspec.json
blob0087c0a25912968e03559dc91b110199c5658632
2   "name": "UITableView+CellHeightCalculation",
3   "version": "1.1.1",
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.1.1"
20   },
21   "source_files": "Source/UITableView+CellHeightCalculation.{h,m}",
22   "dependencies": {
23     "MFViewHeightCache": [
24       "~> 1.1.0"
25     ]
26   }