blob: d1f78b8209e56d2adb81352fed36b96f21a87ad4 [file] [log] [blame]
{
"name": "HexColors",
"version": "2.0.0",
"license": "MIT",
"summary": "Easy HEX- and RGB-Color Handling for UIColor and NSColor as a drop in category. Former MLUIColorAdditions.",
"homepage": "https://github.com/mRs-/HexColors",
"description": "\n HexColors is easy drop in category for HexColor integration in iOS and Mac OS X. Its build as a category for easy to use and can be used for UIColor and NSColor class.\n ",
"authors": {
"Marius Landwehr": "marius.landwehr@gmail.com",
"holgersindbaek": "holgersindbaek@gmail.com"
},
"source": {
"git": "https://github.com/mRs-/HexColors.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.6"
},
"source_files": "Classes/HexColor.{h,m}",
"requires_arc": false
}