blob: 85c03fe67397dbf52d9506679382fb48952c1cce [file] [log] [blame]
{
"name": "SwiftColors",
"version": "0.3.5",
"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": "t@thi.im"
},
"source": {
"git": "https://github.com/thii/SwiftColors.git",
"tag": "0.3.5"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "SwiftColors/*.{h,swift}",
"deprecated_in_favor_of": "SwiftHEXColors"
}