11 lines
571 B
Ruby
11 lines
571 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "UIImage-Resize"
|
|
s.version = "0.1"
|
|
s.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."
|
|
s.homepage = "https://github.com/AliSoftware/UIImage-Resize"
|
|
s.author = { "AliSoftware" => "olivier.halligon+ae@gmail.com" }
|
|
s.source = { :git => "https://github.com/AliSoftware/UIImage-Resize.git", :commit => "230cf01392032feab422803aabb90e69ee192c33" }
|
|
s.license = 'MIT'
|
|
|
|
s.source_files = '*.{h,m}'
|
|
end |