├── .gitignore ├── LICENSE ├── README.md ├── UIImage+ResizeMagick.h ├── UIImage+ResizeMagick.m └── UIImage-ResizeMagick.podspec /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustangostang/UIImage-ResizeMagick/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustangostang/UIImage-ResizeMagick/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustangostang/UIImage-ResizeMagick/HEAD/README.md -------------------------------------------------------------------------------- /UIImage+ResizeMagick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustangostang/UIImage-ResizeMagick/HEAD/UIImage+ResizeMagick.h -------------------------------------------------------------------------------- /UIImage+ResizeMagick.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustangostang/UIImage-ResizeMagick/HEAD/UIImage+ResizeMagick.m -------------------------------------------------------------------------------- /UIImage-ResizeMagick.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustangostang/UIImage-ResizeMagick/HEAD/UIImage-ResizeMagick.podspec --------------------------------------------------------------------------------