blob: 5b42ff2ff6694bda0ed2decc413cee19c62a27d5 [file] [log] [blame]
{
"name": "HTKDynamicResizingCell",
"version": "0.0.1",
"summary": "Subclassed UITableView/UICollectionView cells that auto calculate size when AutoLayout constraints are applied correctly. iOS 7+.",
"description": " Subclassed UITableView/UICollectionView cells that will auto calculate their size so long as AutoLayout constraints are applied correctly. For iOS 7+. Works similar to how iOS 8's auto sizing of cells work.\n",
"homepage": "http://www.github.com/henrytkirk/HTKDynamicResizingCell",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Henry T Kirk": "henrytkirk@gmail.com"
},
"social_media_url": "http://twitter.com/henrytkirk",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/henrytkirk/HTKDynamicResizingCell.git",
"tag": "v0.0.1"
},
"source_files": "HTKDynamicResizingCell/**/*.{h,m}",
"requires_arc": true
}