blob: f0e86abb6752acfb4fadd060e83477206b1e0874 [file] [log] [blame]
{
"name": "RSColorPicker",
"version": "0.7.1",
"summary": "iPhone color picker view with brightness control, opacity control, and delegation support.",
"description": " iPhone color picker view with brightness control, opacity control, and delegation support. Handles touch events internally. Easy to customize.\n",
"homepage": "https://github.com/RSully/RSColorPicker",
"screenshots": [
"https://raw.github.com/RSully/RSColorPicker/v0.7.0/Example01.png",
"https://raw.github.com/RSully/RSColorPicker/v0.7.0/Example02.png",
"https://raw.github.com/RSully/RSColorPicker/v0.7.0/Example03.png",
"https://raw.github.com/RSully/RSColorPicker/v0.7.0/Example04.png",
"https://raw.github.com/RSully/RSColorPicker/v0.7.0/Example05.png",
"https://raw.github.com/RSully/RSColorPicker/v0.7.0/Example06.png"
],
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"Ryan": "rsul.dev@me.com"
},
"source": {
"git": "https://github.com/RSully/RSColorPicker.git",
"tag": "v0.7.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "RSColorPicker/ColorPickerClasses/**/*.{h,m}",
"frameworks": [
"QuartzCore",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"public_header_files": [
"RSColorPicker/ColorPickerClasses/RSColorPickerView.h",
"RSColorPicker/ColorPickerClasses/RSBrightnessSlider.h",
"RSColorPicker/ColorPickerClasses/RSOpacitySlider.h"
]
}