blob: 3d775130c1fdf0f69ee72c01f4b0bf1c1f9eea06 [file] [log] [blame]
{
"name": "FlexColorPicker",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "FlexColorPicker/Classes/**/*",
"frameworks": "UIKit",
"resource_bundles": {
"FlexColorPicker": [
"FlexColorPicker/Assets/**/*"
]
}
}