blob: a140ecac4a498edb3ebd10912d95a56134d7f0cd [file] [log] [blame]
{
"name": "UIImageUtilities",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": [
"UIKit",
"Accelerate"
]
}