blob: cee84e1ae18401ec975e80a5ebec573ce9de50d6 [file] [log] [blame]
{
"name": "ChromaColorPicker",
"version": "1.8.0",
"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"
},
"swift_version": "5.0",
"authors": "Jonathan Cardasis",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/joncardasis/ChromaColorPicker.git",
"tag": "1.8.0"
},
"source_files": [
"ChromaColorPicker",
"ChromaColorPicker/*.swift"
]
}