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