blob: 4cc245c280c4a89df180583448877a38f79e0cff [file] [log] [blame]
{
"name": "SwiftColors",
"version": "0.2.0",
"summary": "HEX color handling as an extension for UIColor. Written in Swift.",
"homepage": "https://github.com/thii/SwiftColors",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Doan Truong Thi": "me@thi.codes"
},
"source": {
"git": "https://github.com/thii/SwiftColors.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "SwiftColors/SwiftColors.swift"
}