blob: 864650a576e8d7b2a94ff4bbfa031d9984b9a15c [file] [log] [blame]
{
"name": "UIColor_Hex_Swift",
"version": "4.0.1",
"summary": "Convenience method for creating autoreleased color using RGBA hex string.",
"homepage": "https://github.com/yeahdongcn/UIColor-Hex-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"R0CKSTAR": "yeahdongcn@gmail.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/yeahdongcn/UIColor-Hex-Swift.git",
"tag": "4.0.1"
},
"source_files": "HEXColor/*.{h,swift}",
"frameworks": [
"UIKit"
],
"requires_arc": true
}