blob: a74291f40c309b8445f1e5b3c7f8974560845dc7 [file] [log] [blame]
{
"name": "FlexColorPicker",
"version": "1.0",
"summary": "Modern color picker library written in Swift 4 that can be easily extended and customized.",
"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": "RastislavMirek@users.noreply.github.com"
},
"source": {
"git": "https://github.com/RastislavMirek/FlexColorPicker.git",
"tag": "1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "FlexColorPicker/Classes/**/*",
"frameworks": "UIKit",
"resource_bundles": {
"FlexColorPicker": [
"FlexColorPicker/Assets/**/*"
]
}
}