blob: 0d5652023bd46c9d20dbaede7a7e68a0b6b94016 [file] [log] [blame]
{
"name": "Reusable",
"version": "1.1.0",
"summary": "A Swift Mixin to deal with reusable UITableView and UICollectionView cells",
"description": "Reusable is a [Swift Mixin](http://alisoftware.github.io/swift/protocol/2015/11/08/mixins-over-inheritance/)\nto easily deal with your reusable UITableViewCell and UICollectionViewCell classes.\n\nSimply make your `UITableViewCell` or `UICollectionViewCell` sublcasses\nconform to either `Reusable` or `NibReusable` and you'll be able to\nmanipulate them way easier, and without worrying with String-type reuseIdentifiers\never again, and instead use them in a type-safe manner!\n\nFor more info, see [my blog post](http://alisoftware.github.io/swift/generics/2016/01/06/generic-tableviewcells/)\nabout this technique.",
"homepage": "https://github.com/AliSoftware/Reusable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Olivier Halligon": "olivier@halligon.net"
},
"social_media_url": "http://twitter.com/aligatr",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/AliSoftware/Reusable.git",
"tag": "1.1.0"
},
"source_files": "Sources",
"frameworks": "UIKit"
}