blob: 1264c4e6578683c51a0c81fc1598bfd12ee28ac6 [file] [log] [blame]
{
"name": "TableViewManager",
"version": "0.2",
"summary": "Using custom UITableViewCell using Nib easier.",
"description": "Pod registers Nibs and allows you to handle all custom UITableViewCells with enum. Written in Swift.",
"homepage": "https://github.com/arturjaworski/TableViewManager",
"license": "MIT",
"authors": {
"Artur Jaworski": "kontakt@arturjaworski.pl"
},
"source": {
"git": "https://github.com/arturjaworski/TableViewManager.git",
"tag": "0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TableViewManager": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}