blob: fc7e950577eacf6ef930ea3584d7c2c9391f31d3 [file] [log] [blame]
{
"name": "KHMColorWheelView",
"version": "0.0.5",
"summary": "A lightweight color wheel view and it work fine for arbitrary shape. enjoy!",
"homepage": "https://github.com/KevinHM/ColorWheelView",
"license": "MIT",
"authors": {
"KeinHM": "kevinxiao1919@gmail.com"
},
"source": {
"git": "https://github.com/KevinHM/ColorWheelView.git",
"tag": "0.0.5"
},
"source_files": [
"KHMColorWheelView",
"KHMColorWheelView/KHMColorWheelView/*.{h,m}"
],
"public_header_files": [
"KHMColorWheelView",
"KHMColorWheelView/KHMColorWheelView/*.h"
],
"resources": "KHMColorWheelView/**/KHMColorWheel.bundle",
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}