blob: 26c512540a8cb4a049f62c04700c77886aa63b5e [file] [log] [blame]
{
"name": "UIImage-Color",
"version": "1.0.0",
"summary": "A category adding methods to UIImage allowing it to be colorized.",
"description": " Colorizes UIImage accounting for scale and transparancy. Useful for changing the color of glyph assets.\n",
"homepage": "https://github.com/sammcewan/WYPopoverController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sam McEwan": "me@sammcewan.co.nz"
},
"source": {
"git": "https://github.com/sammcewan/UIImage-Color.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}