blob: 2c1506b2d5032e2bc5c69a14de9422d327c31717 [file] [log] [blame]
{
"name": "ColorPickerSlider",
"version": "1.0.0",
"summary": "A subclass of UIView wich privide a color picker slider for user.",
"description": "TODO: This CocoaPods provide a color picker slider for user and user can move the slider point to required color position. A callback block is invoked during the slider position chang and the selected color value will be available as a param in callback block.",
"homepage": "https://github.com/sarath-vijay/ColorPickerSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sarath": "sarathvijayp@gmail.com"
},
"source": {
"git": "https://github.com/sarath-vijay/ColorPickerSlider.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ColorPickerSlider/Classes/**/*",
"pushed_with_swift_version": "3"
}