blob: 86b5e10952790ffd4dfb718fb2407c03a3643733 [file] [log] [blame]
{
"name": "UIColor-HexRGB",
"version": "1.0.1",
"license": "MIT",
"summary": "UIColor-HexRGB is easy drop in UIColor category that converts Hex and RGB values to UIColor.",
"homepage": "https://github.com/tinymind/UIColor-HexRGB",
"authors": {
"lslin": "xappbox@gmail.com"
},
"source": {
"git": "https://github.com/tinymind/UIColor-HexRGB.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "Classes/*",
"frameworks": [
"Foundation",
"UIKit"
]
}