blob: 44cfd66dcce8fe839dd48756d111397cf905aafe [file] [log] [blame]
{
"name": "UIColor+CSSColors",
"version": "0.0.1",
"summary": "Extend UIColor with the CSS colors.",
"description": " `UIColor+CSSColors` is a category that extends `UIColor` with methods to get the [CSS/SVG colors](http://www.w3.org/TR/css3-color/#svg-color)\n",
"homepage": "https://github.com/mokagio/UIColor-CSSColors",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Giovanni Lodi": "giovanni.lodi42@gmail.com"
},
"social_media_url": "http://twitter.com/mokagio",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/mokagio/UIColor-CSSColors.git",
"tag": "0.0.1"
},
"source_files": "UIColor+CSSColors.{h,m}",
"requires_arc": true
}