blob: ad68e02d1958c20cd15c7ff9c6264834e536fc22 [file] [log] [blame]
{
"name": "ColorMix",
"version": "0.2.0",
"summary": "A simple color picker with HSB and RGB options.",
"description": "ColorMix is a simple view with RGB and HSB sliders that allows you to select a color.",
"homepage": "https://github.com/christianhatch/colormix",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Hatch": "christianhatch@gmail.com"
},
"source": {
"git": "https://github.com/christianhatch/colormix.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/commodoreftp",
"platforms": {
"ios": "9.0"
},
"source_files": "ColorMix/Classes/**/*",
"resources": [
"ColorMix/**/*.{xib}"
]
}