blob: 8a32483860da87a511fe9c2f29939606cad38765 [file] [log] [blame]
{
"name": "CSSColors",
"version": "1.0.0",
"summary": "UIColor extension for supporting CSS Colors",
"description": "Extend UIColor to Support CSS Color Codes\nCreate UIColor objects with rgb and rgba color codes",
"homepage": "https://github.com/jeswinsimon/CSSColors",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jeswinsimon": "jeswinsimon@gmail.com"
},
"source": {
"git": "https://github.com/jeswinsimon/CSSColors.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/jeswinsimon",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}