blob: 1d07acf38b2785c0e1192a823df2309b1da1871e [file] [log] [blame]
{
"name": "WCFastCell",
"version": "1.0",
"summary": "A faster drop-in replacement for UITableViewCell. Seamless integration with nibs",
"description": " WCFastCell automatically draws all UILabels and UIImageViews using Core Graphics providing a better performance on older devices.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "http://github.com/wczekalski/WCFastCell",
"license": "MIT",
"authors": {
"Wojtek Czekalski (wczekalski)": "me@wczekalski.com"
},
"source": {
"git": "https://github.com/wczekalski/WCFastCell.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/ios/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation"
]
}