blob: 09e6899962cba480f474df01192f44f5583169c0 [file] [log] [blame]
{
"name": "Color-Picker",
"version": "0.0.3",
"summary": "Pick average color from selected region on image and get color name.",
"description": "Get closest color name from UIColor with ColorNameRecognizer.getColorName(UIColor) or pick average color from selected region on image using PickableImageView and delegate ColorSelectorDelegate.colorCaptured(UIColor)",
"homepage": "https://github.com/stlkwprysyazhnuyk/Color-Picker.git",
"license": "MIT",
"authors": {
"": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/stlkwprysyazhnuyk/Color-Picker.git",
"tag": "0.0.3"
},
"source_files": [
"ImageColorPicker",
"ImageColorPicker/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "ImageColorPicker/*.txt"
}