blob: a99d41109885f7c900f8c5a31f69b68c24c49414 [file] [log] [blame]
{
"name": "DBDynamicHeightTableCell",
"version": "0.1.1",
"summary": "A UITableViewCell subclass assisting in autolayout based dynamic height cells for tableviews",
"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",
"homepage": "https://github.com/danielbowden/DBDynamicHeightTableCell",
"license": "MIT",
"authors": {
"Daniel Bowden": "github@bowden.in"
},
"source": {
"git": "https://github.com/danielbowden/DBDynamicHeightTableCell.git",
"tag": "0.1.1"
},
"screenshots": [
"https://raw.githubusercontent.com/danielbowden/DBDynamicHeightTableCell/master/Example/Screenshots/DBDynamicHeightTableCell-AttributedLabels.png",
"https://raw.githubusercontent.com/danielbowden/DBDynamicHeightTableCell/master/Example/Screenshots/DBDynamicHeightTableCell-PlainLabels.png"
],
"social_media_url": "https://twitter.com/danielgbowden",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/*.h"
}