| { |
| "name": "WCFastCell", |
| "version": "1.1", |
| "summary": "A faster drop-in replacement for UITableViewCell. Seamless integration with nibs", |
| "description": " WCFastCell automatically draws all UILabels and UIImageViews using Core Graphics providing 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.1" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Classes/ios/*.{h,m}", |
| "public_header_files": "Classes/**/*.h", |
| "frameworks": [ |
| "CoreGraphics", |
| "UIKit", |
| "Foundation" |
| ] |
| } |