blob: 811ce894482202ea94828d767cce74a648c76edd [file] [log] [blame]
{
"name": "HSVColorPicker",
"version": "0.1.0",
"summary": "An iOS HSV Color Picker control",
"description": " An iOS HSV Color Picker control\n\n * Based on UIView and OpenGL\n * Very easy to use\n * MIT Licensed\n",
"homepage": "https://github.com/GiantThinkwell/HSVColorPicker",
"license": "MIT",
"authors": {
"Nicholas Hart": "nick@haikudeck.com"
},
"source": {
"git": "https://github.com/GiantThinkwell/HSVColorPicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"HSVColorPicker": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}