blob: 8406f248561aed16ee03152e9b3c22893b952f6d [file] [log] [blame]
{
"name": "ChromaColorPicker",
"version": "1.5",
"summary": "An intuitive iOS color picker built in Swift.",
"description": "ChromaColorPicker is a Swift UIControl which allows a user to pick a color on a color wheel and lighten or darken the selected color. Great for drawing applications!",
"homepage": "https://github.com/joncardasis/ChromaColorPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Jonathan Cardasis",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/joncardasis/ChromaColorPicker.git",
"tag": "1.5"
},
"source_files": [
"ChromaColorPicker",
"ChromaColorPicker/*.swift"
],
"pushed_with_swift_version": "3.0"
}