blob: eaef0b416d665abecc443ed8bb7e50004a9447c6 [file] [log] [blame]
{
"name": "PLColors",
"version": "0.1.0",
"summary": "Creating UIColor objects based on the hexadecimal representation of the colors.",
"description": " PLColors is an UIColor category that provides methods that allows you to create UIColor objects\n based on the hexadecimal representation of the colors, similar to that used in HTML or CSS language.\n",
"homepage": "https://github.com/Polidea/PLColors",
"license": "MIT",
"authors": {
"MichaƂ Laskowski": "michal.laskowski@polidea.com"
},
"source": {
"git": "https://github.com/Polidea/PLColors.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"PLColors": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}