blob: 8fbf9a5b42ee57eaff2826201c771e6edd964b25 [file] [log] [blame]
{
"name": "CXDitheredGradientView",
"version": "0.0.3",
"summary": "Ultra-basic UIView subclass. Draws using CGGradient, which supports dithering to avoid banding artefacts.",
"homepage": "https://github.com/dclelland/CXGradientView",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/CXDitheredGradientView.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "CXDitheredGradientView/*.{h,m}"
},
"requires_arc": true
}