[Add] DocumentReaderFullAuthStage 7.5.10811
[CocoaPods.git] / Specs / 4 / 0 / 1 / TLCachedAutoHeightCell / 0.1.2 / TLCachedAutoHeightCell.podspec.json
blob8a94d28672f7aa72eacf48d038884117b1be7ec2
2   "name": "TLCachedAutoHeightCell",
3   "version": "0.1.2",
4   "summary": "A framework for automatically calculating and caching cell height.",
5   "description": "Automatically cell height calculating and position or content based height caching.",
6   "homepage": "https://github.com/ToccaLeee/TLCachedAutoHeightCell",
7   "license": "MIT",
8   "authors": {
9     "ToccaLee": "xiaoliu.li@ele.me"
10   },
11   "source": {
12     "git": "https://github.com/ToccaLeee/TLCachedAutoHeightCell.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Pod/Classes/*.h",
21     "Pod/Classes/Cache/*.{h,m}",
22     "Pod/Classes/AutoHeight/*.{h,m}"
23   ],
24   "public_header_files": [
25     "Pod/Classes/TLCachedAutoHeightCell.h",
26     "Pod/Classes/AutoHeight/*.h",
27     "Pod/Classes/Cache/*.h"
28   ],
29   "resource_bundles": {
30     "TLCachedAutoHeightCell": [
31       "Pod/Assets/*.png"
32     ]
33   },
34   "frameworks": "UIKit"