[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / b / 6 / DBDynamicHeightTableCell / 0.1.1 / DBDynamicHeightTableCell.podspec.json
bloba99d41109885f7c900f8c5a31f69b68c24c49414
2   "name": "DBDynamicHeightTableCell",
3   "version": "0.1.1",
4   "summary": "A UITableViewCell subclass assisting in autolayout based dynamic height cells for tableviews",
5   "description": "                       A UITableViewCell subclass assisting in autolayout based dynamic height cells for tableviews. Uses recommended approach creating a prototype cell and systemLayoutSizeFittingSize to resize superview to systemLayoutSizeFittingSize all subviews of the cell's contentView with autolayout. Rather than the old method of sizeWithFont etc. \n",
6   "homepage": "https://github.com/danielbowden/DBDynamicHeightTableCell",
7   "license": "MIT",
8   "authors": {
9     "Daniel Bowden": "github@bowden.in"
10   },
11   "source": {
12     "git": "https://github.com/danielbowden/DBDynamicHeightTableCell.git",
13     "tag": "0.1.1"
14   },
15   "screenshots": [
16     "https://raw.githubusercontent.com/danielbowden/DBDynamicHeightTableCell/master/Example/Screenshots/DBDynamicHeightTableCell-AttributedLabels.png",
17     "https://raw.githubusercontent.com/danielbowden/DBDynamicHeightTableCell/master/Example/Screenshots/DBDynamicHeightTableCell-PlainLabels.png"
18   ],
19   "social_media_url": "https://twitter.com/danielgbowden",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Classes",
25   "public_header_files": "Classes/*.h"