blob: 9071583cdbef985fce5194654d62f3807c5a4ea3 [file] [log] [blame]
{
"name": "AIImageResize",
"version": "1.3.0",
"summary": "Simple iOS image resize.",
"description": "AIImageResize is a category for UIImage that adds the capability to resize by width / height and perform image cropping.\nIt is especially useful when dealing with images that are downloaded at runtime.",
"homepage": "https://github.com/adrianilie9/AIImageResize",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrian Ilie": "adrian.ilie.x64@gmail.com"
},
"social_media_url": "https://twitter.com/iadi64",
"source": {
"git": "https://github.com/adrianilie9/AIImageResize.git",
"tag": "V.1.3.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"frameworks": "UIKit",
"source_files": "AIImageResize/Classes/**/*",
"swift_version": "5.0"
}