blob: fc0dd8f080f801e5f0d8d116ec173a63f1ba46ba [file] [log] [blame]
{
"name": "MCTColorPicker",
"version": "0.0.9",
"summary": "A simple HSV color picker for iOS",
"homepage": "https://github.com/ministrycentered/MCTColorPicker",
"license": "MIT",
"authors": {
"Skylar Schipper": "skylar@pco.bz"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ministrycentered/MCTColorPicker.git",
"tag": "0.0.9"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}