blob: 19fd83280eb6d993fa49a6a82bd2ef4d89bae418 [file] [log] [blame]
{
"name": "UIImage-Helpers",
"version": "0.0.3",
"license": "MIT",
"summary": "UIImage category. Create a blurred images, take a screenshot, make a image with color...",
"homepage": "https://github.com/NZN/UIImage-Helpers",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"authors": {
"Bruno Tortato Furtado": "bruno.furtado@gruponzn.com"
},
"ios": {
"frameworks": [
"Accelerate",
"QuartzCore"
]
},
"source_files": "UIImage-Helpers/*.{h,m}",
"source": {
"git": "https://github.com/NZN/UIImage-Helpers.git",
"tag": "0.0.3"
}
}