Latest | 0.0.1 |
---|---|
Homepage | https://bitbucket.org/raschan/uiimageresize |
License | MIT |
Platforms | ios 7.0, requires ARC |
Latest podspec
{ "name": "AbfImageResize", "version": "0.0.1", "summary": "Resize a UIImage to the given size", "description": " Sometimes the need arrise to resize a UIImage. This pod does exatly that.n 1 you give it a UIImage and a CGSizen 2 it will convert your image to the given size n", "homepage": "https://bitbucket.org/raschan/uiimageresize", "license": { "type": "MIT", "file": "LICENSE" }, "authors": "Marcell Huszti", "social_media_url": "http://twitter.com/raschan86", "platforms": { "ios": "7.0" }, "source": { "git": "https://bitbucket.org/raschan/uiimageresize", "tag": "0.0.1" }, "source_files": [ "Classes", "Classes/**/*.{h,m}" ], "exclude_files": "Classes/Exclude", "requires_arc": true }
Fri, 04 Mar 2016 17:28:04 +0000