blob: 28b842a69dd6b43466d59d7c9d60cea7f59407c7 [file] [log] [blame]
{
"name": "CXDitheredGradientView",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "CXDitheredGradientView/*.{h,m}"
},
"requires_arc": true,
"dependencies": {
"ObjectiveSugar": [
]
}
}