blob: 5fc00fd5006efdcc96b2b81a8b82e894b84f27d6 [file] [log] [blame]
{
"name": "ChromaColorPicker",
"version": "2.0.2",
"summary": "An intuitive iOS color picker built in Swift.",
"swift_versions": "5.0",
"description": "A Swift color picker UIControl which allows users to select color(s) on a color wheel. Supports multiple handles, an optional brightness slider, and can be customized.",
"homepage": "https://github.com/joncardasis/ChromaColorPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Jonathan Cardasis",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/joncardasis/ChromaColorPicker.git",
"tag": "2.0.2"
},
"source_files": "Source/**/*.swift",
"swift_version": "5.0"
}