blob: a77d9907c92812225a4b0e5173aef0b2ee90b50b [file] [log] [blame]
{
"name": "CyaneaOctopus",
"version": "0.2.0",
"summary": "Color framework for Swift (Gradient colors, hexcode support, colors from images & more).",
"description": "CyaneaOctopus is a color framework for written in pure Swift. It is based upon the Chameleon framework.",
"homepage": "https://github.com/adammcelhaney/CyaneaOctopus",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Adam McElhaney",
"source": {
"git": "https://github.com/adammcelhaney/CyaneaOctopus.git",
"tag": "0.2.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "CyaneaOctopus/Classes/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
]
}