blob: 62313e3d2a52b55c387c936bd8917c0ce325820e [file] [log] [blame]
{
"name": "SwiftHSVColorPicker",
"version": "1.0.1",
"summary": "Swift HSV Color Picker",
"description": "A HSV Color Picker for iOS including a color wheel, brightness slider and a view for the selected color.",
"homepage": "https://github.com/johankasperi/SwiftHSVColorPicker",
"license": "MIT",
"authors": {
"Johan Kasperi": "johan@kasperi.se"
},
"social_media_url": "https://twitter.com/johankasperi",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/johankasperi/SwiftHSVColorPicker.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"Source/**/*.{swift}"
],
"requires_arc": true
}