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