blob: 7e7e245460981ad2b3a8e28d5ed6d0b27f916f1f [file] [log] [blame]
{
"name": "FlexColorPicker",
"module_name": "FlexColorPicker",
"version": "1.0.5",
"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.5"
},
"source_files": "FlexColorPicker/Classes/**/*",
"platforms": {
"ios": "9.0"
},
"requires_arc": true
}