blob: 2ee30c99e088ec0f973ac4ceb4f450ed1b9fb2ab [file] [log] [blame]
{
"name": "SwiftHSVColorPicker",
"version": "1.0.5",
"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.5"
},
"source_files": [
"Classes",
"Source/**/*.{swift}"
],
"requires_arc": true
}