blob: ec74d253df08ce6151ff7f8ffaf9d3c5168fb8a0 [file] [log] [blame]
{
"name": "BradColorPicker",
"version": "0.2.0",
"summary": "A Swift color picker using HSV, RGBA, and hex codes.",
"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.2.0"
},
"social_media_url": "https://twitter.com/bradkratky",
"platforms": {
"ios": "8.0"
},
"source_files": "BradColorPicker/Classes/**/*",
"resource_bundles": {
"BradColorPicker": [
"BradColorPicker/Classes/**/*.xib"
]
},
"pushed_with_swift_version": "3.0"
}