- Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathUIImageViewAlignedSwift.podspec
More file actions
Latest commit
14 lines (14 loc) · 951 Bytes
/
Copy pathUIImageViewAlignedSwift.podspec
File metadata and controls
14 lines (14 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |s|
s.name="UIImageViewAlignedSwift"
s.version="0.8.2"
s.summary="A UIImageView subclass which allows you to align the image left/right/top/bottom, even when contentMode is AspectFit."
s.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."
s.homepage="https://github.com/sochalewski/UIImageViewAlignedSwift"
s.license='MIT'
s.author={"Piotr Sochalewski"=>"sochalewski@gmail.com"}
s.source={:git=>"https://github.com/sochalewski/UIImageViewAlignedSwift.git",:tag=>s.version.to_s}
s.platforms={:ios=>"8.0",:tvos=>"9.0"}
s.source_files='*.swift'
s.frameworks='UIKit'
s.swift_versions=['3.1','4.0','4.1','4.2','5.0','5.1','5.2','5.3','5.4','5.5']
end