| { |
| "name": "TableViewAutolayoutManager", |
| "version": "0.1", |
| "summary": "Dynamic custom UITableViewCell height based on autolayout.", |
| "description": "Automatically taking care of dynamic custom UITableViewCell 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.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "TableViewAutolayoutManager": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "TableViewManager": [ |
| |
| ] |
| } |
| } |