blob: 6c7fa130241e7c3f363d94ac19ae8a70185154df [file] [log] [blame]
{
"name": "TLCachedAutoHeightCell",
"version": "0.1.1",
"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.1"
},
"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"
}