blob: 2460952d5a48d3594403a271c1d6d7604cf806e3 [file] [log] [blame]
{
"name": "UIColor_Hex_Swift",
"version": "1.5",
"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"
},
"source": {
"git": "https://github.com/yeahdongcn/UIColor-Hex-Swift.git",
"tag": "1.5"
},
"source_files": "HEXColor/*.{h,swift}",
"frameworks": [
"UIKit"
],
"requires_arc": true
}