blob: 04b09a7ad16f8deb9f0434d4f273b4e22d62d54f [file] [log] [blame]
{
"name": "PickingColors",
"version": "0.1.1",
"summary": "A versatile color-picker with sliders, hex-presentation, manual input and history.",
"description": "A versatile color-picker library, that was inspired from the pod 'Color-Picker-for-iOS'.\n\nThe features planned for version 1.0 are:\n\n- Manipulate 'hue' using tap and pan on a 1-d slider.\n- Manipulate 'saturation' and 'value' using tap and pan using a 2-d color-map.\n- Manually input hex-color using the keyboard on the device.\n- Lastly selected colors are available within the picker to easily pick them again, or to see colors side by side when chosing color.\n\nFuture features planned are:\n\n- Find complementing colors\n- Improved performance for generating the color-map when sliding the hue (The performance is not currently bad due to the fact that each color-pixel is 4x4 in size).\n- Integrate 'everlof/NameThatColor' so show a nice, textual name of a color as well.",
"homepage": "https://github.com/everlof/PickColor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"everlof": "everlof@gmail.com"
},
"source": {
"git": "https://github.com/everlof/PickColor.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "12.0"
},
"source_files": [
"PickColor/**/*.swift",
"PickColor/Source/Persistance/PickColorModel.xcdatamodeld",
"PickColor/Source/Persistance/PickColorModel.xcdatamodeld/*.xcdatamodel"
],
"resources": [
"PickColor/Source/Persistance/PickColorModel.xcdatamodeld",
"PickColor/Source/Persistance/PickColorModel.xcdatamodeld/*.xcdatamodel"
],
"preserve_paths": "PickColor/Source/Persistance/PickColorModel.xcdatamodeld",
"frameworks": "CoreData",
"swift_version": "4.2"
}