blob: 7204c41e526a5705b8a1071651ad9e5ddb7fb5c9 [file] [log] [blame]
{
"name": "RGBColor",
"version": "1.0",
"summary": "A simple RGB color conversion class",
"description": "Input color RGB to convert to color and return",
"homepage": "https://github.com/xiaoxie0217/RGBColor",
"license": "MIT",
"authors": {
"mac": ""
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/xiaoxie0217/RGBColor.git",
"tag": "1.0"
},
"source_files": [
"RGBColor",
"*.{h,m}"
],
"exclude_files": "RGBColor/Exclude",
"deprecated": true
}