blob: 36ddb68128bb8d367abf2942af895c9afe6c7c09 [file] [log] [blame]
{
"name": "SwiftHEXColors",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "SwiftHEXColors/*.{h,swift}"
}