[Add] CleverPush 1.32.4
[CocoaPods.git] / Specs / a / b / 6 / DBDynamicHeightTableCell / 0.1.0 / DBDynamicHeightTableCell.podspec.json
blob32a2a1edcdcd22e54caa55b039b0bac979aee376
2   "name": "DBDynamicHeightTableCell",
3   "version": "0.1.0",
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.0"
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"