blob: 44574028e29e975ec8f062bc40ce98a36f85baac [file] [log] [blame]
{
"name": "OKHexStringColor",
"version": "0.1.0",
"summary": "A simple iOS category on UIColor with a method that returns a color from a hexadecimal string.",
"description": " # OKHexStringColor\nA simple iOS category on UIColor with a method that returns a color from a hexadecimal string\n##Examples\nYou can either use the long method\n\n'''objc\nUIColor *darkColorWithAlpha = [UIColor colorWithHexString:@\"525252\" andAlpha:0.9f];\n'''\n\nOr the handy macro\n\n'''objc\nUIColor *greenColor = HexColor(@\"00d756\");\n'''\n",
"homepage": "https://github.com/solrankos/OKHexStringColor",
"license": "MIT",
"authors": {
"Oscar Karlsson": "oscar.karlsson@apegroup.com"
},
"source": {
"git": "https://github.com/solrankos/OKHexStringColor.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"OKHexStringColor": [
"Pod/Assets/*.png"
]
}
}