blob: 61c3ac66f78ed23d7f797f97853c4984f2c13f30 [file] [log] [blame]
{
"name": "PLColors",
"version": "0.2.0",
"summary": "Creating UIColor / NSColor objects based on the hexadecimal representation of the colors.",
"description": " PLColors is an UIColor and NSColor category that provides methods that allows you to create UIColor or NSColor 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.2.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"ios": {
"exclude_files": "Pod/Classes/NSColor+PLColors.h",
"frameworks": "UIKit"
},
"osx": {
"exclude_files": "Pod/Classes/UIColor+PLColors.h",
"frameworks": "AppKit"
}
}