blob: bf444b0666f5d8a996269d170dd04a1c8a85ba9c [file] [log] [blame]
{
"name": "Colory",
"version": "0.1.4",
"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.0",
"source": {
"git": "https://github.com/crazytonyli/Colory.git",
"tag": "0.1.4"
},
"source_files": "Sources/*.{h,swift}",
"public_header_files": "Sources/Colory.h"
}