blob: 95b4a5c8c769fa7cd70c27add59d580bc80f0bd1 [file] [log] [blame]
{
"name": "Colory",
"version": "0.1.5",
"summary": "A `UIControl` for picking color from HSB color palette.",
"description": "Straight forward UI and simple API, use target-action to receive color updates.",
"homepage": "https://github.com/crazytonyli/Colory",
"license": "MIT",
"authors": {
"Tony Li": "i@crazytony.li"
},
"social_media_url": "https://twitter.com/crazytonyli",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/crazytonyli/Colory.git",
"tag": "0.1.5"
},
"source_files": "Sources/*.{h,swift}",
"public_header_files": "Sources/Colory.h"
}