blob: feeb874562463d544fcd6c42990cf0d4661ae474 [file] [log] [blame]
{
"name": "SwiftColors",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SwiftColors/*.{swift}"
}