blob: 613055910bcf1241da932570c80dde4445450e52 [file] [log] [blame]
{
"name": "UIImageUtilities",
"version": "0.1.5",
"summary": "A collection of useful image utility classes.",
"description": "A collection of useful image categories including:\n* tinting (manual)\n* rounded corners\n* blur\n* fix orientation so it's not broken (a.k.a. apple-style)\n* resizing",
"homepage": "https://github.com/pixio/UIImageUtilities",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/UIImageUtilities.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": [
"UIKit",
"Accelerate"
]
}