[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 9 / a / UIImageViewAlignedSwift / 0.8.2 / UIImageViewAlignedSwift.podspec.json
blobb979455ed3460bb63813bdde950060020ca61ad1
2   "name": "UIImageViewAlignedSwift",
3   "version": "0.8.2",
4   "summary": "A UIImageView subclass which allows you to align the image left/right/top/bottom, even when contentMode is AspectFit.",
5   "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.",
6   "homepage": "https://github.com/sochalewski/UIImageViewAlignedSwift",
7   "license": "MIT",
8   "authors": {
9     "Piotr Sochalewski": "sochalewski@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sochalewski/UIImageViewAlignedSwift.git",
13     "tag": "0.8.2"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "source_files": "*.swift",
20   "frameworks": "UIKit",
21   "swift_versions": [
22     "3.1",
23     "4.0",
24     "4.1",
25     "4.2",
26     "5.0",
27     "5.1",
28     "5.2",
29     "5.3",
30     "5.4",
31     "5.5"
32   ],
33   "swift_version": "5.5"