blob: c7bc78f4bcfd85693f92af4fcc51985246769126 [file] [log] [blame]
{
"name": "UIImage-ResizeMagick",
"version": "0.0.1",
"summary": "Resizing UIImage on iOS. ImageMagick-style.",
"description": " Resizing UIImage on iOS should be simple. This category\n provides a simple, yet flexible syntax to resize any image\n to your needs.\n\n - (UIImage *) resizedImageByMagick: (NSString *) spec;\n\n where spec conforms to the ImageMagick syntax conventions\n (think Paperclip).\n\n UIImage* resizedImage = [image resizedImageByMagick: @\"320x320#\"];\n",
"homepage": "https://github.com/mustangostang/UIImage-ResizeMagick",
"license": "MIT",
"authors": {
"Vlad Andersen": "vlad.andersen@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/mustangostang/UIImage-ResizeMagick.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true
}