blob: 673c8b082885ff9f772cac1eb998ac3c37cf6a89 [file] [log] [blame]
{
"name": "ColorMix",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/commodoreftp",
"platforms": {
"ios": "9.0"
},
"source_files": "ColorMix/Classes/**/*",
"resources": [
"ColorMix/**/*.{xib}"
]
}