blob: eb13dabefb7bcaf2ef285ba315e9762fefb0d4db [file] [log] [blame]
{
"name": "UIImageViewAlignedSwift",
"version": "0.8.0",
"summary": "A UIImageView subclass which allows you to align the image left/right/top/bottom, even when contentMode is AspectFit.",
"description": "It is a subclass of UIImageView that allows you to customize the alignment of the displayed image inside the view's frame. This works even if the contentMode is set to AspectFit, AspectFill or ScaleToFill.",
"homepage": "https://github.com/sochalewski/UIImageViewAlignedSwift",
"license": "MIT",
"authors": {
"Piotr Sochalewski": "sochalewski@gmail.com"
},
"source": {
"git": "https://github.com/sochalewski/UIImageViewAlignedSwift.git",
"tag": "0.8.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "*.swift",
"frameworks": "UIKit",
"swift_versions": "5.0",
"swift_version": "5.0"
}