[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 0 / d / WCFastCell / 1.0 / WCFastCell.podspec.json
blob1d07acf38b2785c0e1192a823df2309b1da1871e
2   "name": "WCFastCell",
3   "version": "1.0",
4   "summary": "A faster drop-in replacement for UITableViewCell. Seamless integration with nibs",
5   "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",
6   "homepage": "http://github.com/wczekalski/WCFastCell",
7   "license": "MIT",
8   "authors": {
9     "Wojtek Czekalski (wczekalski)": "me@wczekalski.com"
10   },
11   "source": {
12     "git": "https://github.com/wczekalski/WCFastCell.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/ios/*.{h,m}",
20   "public_header_files": "Classes/**/*.h",
21   "frameworks": [
22     "CoreGraphics",
23     "UIKit",
24     "Foundation"
25   ]