blob: 4538a397316619f83d97b2273935fc59fbff4452 [file] [log] [blame]
{
"name": "TableViewAutolayoutManager",
"version": "0.2",
"summary": "Dynamic custom UITableViewCell height based on autolayout.",
"description": "Automatically takes care of custom UITableViewCell dynamic height. Written in Swift.",
"homepage": "https://github.com/arturjaworski/TableViewAutolayoutManager",
"license": "MIT",
"authors": {
"Artur Jaworski": "kontakt@arturjaworski.pl"
},
"source": {
"git": "https://github.com/arturjaworski/TableViewAutolayoutManager.git",
"tag": "0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TableViewAutolayoutManager": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"TableViewManager": [
]
}
}