blob: 335da7a25d459b73bbaba070fedb3cc049c1b84c [file] [log] [blame]
{
"name": "GenericCells",
"summary": "Taking advantage of generics instead of subclassing for UITableViewCell and UICollectionViewCell.",
"version": "1.4.0",
"license": {
"type": "MIT"
},
"authors": {
"Joe Fabisevich": "github@fabisevi.ch"
},
"source_files": "Sources/GenericCells/*.{swift}",
"homepage": "https://github.com/mergesort/GenericCells",
"source": {
"git": "https://github.com/mergesort/GenericCells.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"requires_arc": true,
"social_media_url": "https://twitter.com/mergesort",
"frameworks": "UIKit",
"swift_version": "4.2"
}