blob: b03007dced9ff39589349765be9f240364c0e34e [file] [log] [blame]
{
"name": "KSWColorWell",
"version": "1.0",
"summary": "Displays a single swatch of colour in a pleasing, performant manner.",
"description": "Renders using just a `CGShapeLayer` and background color behaves properly when embedded in a `UITableViewCell`.",
"homepage": "http://www.mikeabdullah.net/kswcolorwell.html",
"license": "MIT",
"authors": {
"Mike Abdullah": "me@mikeabdullah.net"
},
"source": {
"git": "https://github.com/karelia/KSWColorWell.git",
"tag": "v1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "KSWColorWell.{h,m}",
"requires_arc": true
}