blob: db3fa48b95e19011979a8593b9e2c14e324a9c04 [file] [log] [blame]
{
"name": "UIColor_Hex_Swift",
"version": "5.1.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",
"osx": "10.9"
},
"source": {
"git": "https://github.com/yeahdongcn/UIColor-Hex-Swift.git",
"tag": "5.1.0"
},
"source_files": "HEXColor/*.{h,swift}",
"ios": {
"frameworks": [
"UIKit"
]
},
"osx": {
"frameworks": [
"Cocoa"
]
},
"requires_arc": true,
"swift_versions": [
"5.0"
]
}