blob: 310ccb6e3ee4d59e248f536b454da705f3725e15 [file] [log] [blame]
{
"name": "UIImage-Resize",
"version": "1.0",
"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"
},
"license": "MIT",
"source_files": "*.{h,m}",
"platforms": {
"ios": "5.0"
},
"requires_arc": false
}