blob: ed03a032112050a67c980c8b6e1282e0fe9c1c1e [file] [log] [blame]
{
"name": "TLCachedAutoHeightCell",
"version": "0.1.5",
"summary": "A framework for automatically calculating and caching cell height.",
"description": "Automatically cell height calculating and position or content based height caching.",
"homepage": "https://github.com/ToccaLeee/TLCachedAutoHeightCell",
"license": "MIT",
"authors": {
"ToccaLee": "xiaoliu.li@ele.me"
},
"source": {
"git": "https://github.com/ToccaLeee/TLCachedAutoHeightCell.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/*.h",
"Pod/Classes/Cache/*.{h,m}",
"Pod/Classes/AutoHeight/*.{h,m}"
],
"public_header_files": [
"Pod/Classes/TLCachedAutoHeightCell.h",
"Pod/Classes/AutoHeight/*.h",
"Pod/Classes/Cache/*.h"
],
"resource_bundles": {
"TLCachedAutoHeightCell": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}