blob: d515dcc2fb056d50bbbbc37734cf0cfbe285d1c6 [file] [log] [blame]
{
"name": "UIColor_Hex_Swift",
"version": "3.0.2",
"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": "3.0.2"
},
"source_files": "HEXColor/*.{h,swift}",
"frameworks": [
"UIKit"
],
"requires_arc": true
}