blob: 230a4de5e14590c32d9939d757e69c2c2ca0a0d5 [file] [log] [blame]
{
"name": "UIColor+BlendMode",
"version": "1.0.0",
"summary": "Apply a color using a blend mode to another color.",
"homepage": "https://github.com/Elepath/UIColor-BlendMode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jarod Luebbert": "jarod@elepath.com"
},
"source": {
"git": "https://github.com/Elepath/UIColor-BlendMode.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.1"
},
"source_files": "UIColor+BlendMode.{h,m}",
"requires_arc": true
}