blob: eb9aeb5656f9a7d0b984969326dcf45f87842585 [file] [log] [blame]
{
"name": "GenericTableCell",
"summary": "A UITableViewCell subclass that allows you to embed any UIView into a UITableViewCell… generically",
"version": "1.0",
"license": {
"type": "MIT"
},
"authors": {
"Joe Fabisevich": "github@fabisevi.ch"
},
"source_files": "src/*.{swift}",
"homepage": "https://github.com/mergesort/GenericTableCell",
"source": {
"git": "https://github.com/mergesort/GenericTableCell.git"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"social_media_url": "https://twitter.com/mergesort",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0",
"deprecated_in_favor_of": "GenericCells"
}