blob: 2cabd7764c2f514855ca8e54fb7386e964fbbae2 [file] [log] [blame]
{
"name": "HexColors",
"version": "2.2.1",
"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.2.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.6"
},
"source_files": "Classes/HexColor.{h,m}",
"requires_arc": false
}