blob: 2b0b91b5b25adae8ae063f60d9f5e5c8295b4046 [file] [log] [blame]
{
"name": "UIImage-Resize",
"version": "1.0.1",
"summary": "Category to add some resizing methods to the UIImage class, to resize it to a given CGRect — or fit in a CGRect keeping aspect ratio.",
"homepage": "https://github.com/AliSoftware/UIImage-Resize",
"authors": {
"AliSoftware": "olivier.halligon+ae@gmail.com"
},
"source": {
"git": "https://github.com/AliSoftware/UIImage-Resize.git",
"tag": "1.0.1"
},
"license": "MIT",
"source_files": "*.{h,m}",
"platforms": {
"ios": "5.0"
},
"requires_arc": false
}