blob: e6b070ab36a592046dc806d4e5616dcf4248c166 [file] [log] [blame]
{
"name": "MCTColorPicker",
"version": "0.1.3",
"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.1.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}