blob: 2b63718d3f3d31c2ad0403aa3db3e8a140ebbba6 [file] [log] [blame]
{
"name": "SVColorPicker",
"version": "2.0.1",
"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/SVColorPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sarath": "sarathvijayp@gmail.com"
},
"source": {
"git": "https://github.com/sarath-vijay/SVColorPicker.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SVColorPicker/Classes/**/*",
"pushed_with_swift_version": "3"
}