blob: 3df8fd7f8bd7503940da1f11fc96ed3143947c84 [file] [log] [blame]
{
"name": "CyaneaOctopus",
"version": "0.3.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.3.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "CyaneaOctopus/Classes/**/*",
"frameworks": [
"UIKit",
"CoreGraphics"
]
}