blob: 946480d9f3d1ee8531c92df23c60496f7219b241 [file] [log] [blame]
{
"name": "UIColor-HTMLColors",
"version": "1.0.0",
"summary": "Read and write HTML/CSS colors, with support for RGB hex triplets, RGB and RGBA, HSL and HSLA and CSS3 named colors.",
"homepage": "https://github.com/jlawton/UIColor-HTMLColors",
"license": {
"type": "public domain",
"file": "LICENSE.md"
},
"authors": {
"jlawton": ""
},
"source": {
"git": "https://github.com/jlawton/UIColor-HTMLColors.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Color\\ Extensions/UIColor+HTMLColors.{h,m}",
"exclude_files": "HTMLColorsDemo",
"requires_arc": true
}