2 "name": "UIImage-ResizeMagick",
4 "summary": "Resizing UIImage on iOS. ImageMagick-style.",
5 "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",
6 "homepage": "https://github.com/mustangostang/UIImage-ResizeMagick",
9 "Vlad Andersen": "vlad.andersen@gmail.com"
15 "git": "https://github.com/mustangostang/UIImage-ResizeMagick.git",
18 "source_files": "*.{h,m}",