blob: 5dc39fe9e0ba8bfb955c48500a8e3ed0daa5a428 [file] [log] [blame]
{
"name": "SwiftHEXColors",
"version": "1.0.2",
"summary": "HEX color handling as an extension for UIColor. Written in Swift.",
"homepage": "https://github.com/thii/SwiftHEXColors",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Doan Truong Thi": "t@thi.im"
},
"source": {
"git": "https://github.com/thii/SwiftHEXColors.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Sources/*.{h,swift}"
}