blob: c13a5d57528e900a900936c0dc977b0cc6158e62 [file] [log] [blame]
{
"name": "BradColorPicker",
"version": "0.1.0",
"summary": "An HSV, RGBA, and hex code color picker.",
"description": "BradColorPicker is an HSV/RGBA color picker written in Swift. It allows selection of a color using an HSV palette, RGB sliders or hex code input. The picker is launched using a view controller and closes once the user finishes selection.",
"homepage": "https://github.com/bradkratky/BradColorPicker",
"screenshots": "https://raw.githubusercontent.com/bradkratky/BradColorPicker/master/Example/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Kratky": "brad@bradkratky.ca"
},
"source": {
"git": "https://github.com/bradkratky/BradColorPicker.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/bradkratky",
"platforms": {
"ios": "8.0"
},
"source_files": "BradColorPicker/Classes/**/*",
"resource_bundles": {
"BradColorPicker": [
"BradColorPicker/Classes/**/*.xib"
]
}
}