blob: f7a6b905f645a8e9d093b990b45e16d8477c9ebf [file] [log] [blame]
{
"name": "FlexColorPicker",
"module_name": "FlexColorPicker",
"version": "1.0.6",
"summary": "Modern & flexible full spectrum color picker written in Swift 4.",
"description": "Modern color picker library written in Swift 4 that can be easily extended and customized. It aims to provide great UX and performance with stable, quality code. Supports HSB and RGB color models.",
"homepage": "https://github.com/RastislavMirek/FlexColorPicker",
"swift_version": "4.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rastislav Mirek": "rmirek@easytype.info"
},
"source": {
"git": "https://github.com/RastislavMirek/FlexColorPicker.git",
"tag": "1.0.6"
},
"source_files": "FlexColorPicker/Classes/**/*",
"platforms": {
"ios": "9.0"
},
"requires_arc": true
}