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