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