forked from giacgbj/UIImageSwiftExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUIImageSwiftExtensions.podspec
More file actions
21 lines (16 loc) · 911 Bytes
/
Copy pathUIImageSwiftExtensions.podspec
File metadata and controls
21 lines (16 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "UIImageSwiftExtensions"
s.version = "4.0.1"
s.summary = "A Swift 4 port of Trevor Harmon UIImage's extensions (http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/)"
s.description = <<-DESC
A Swift 4 port of Trevor Harmon UIImage's extensions (see: http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/).
DESC
s.homepage = "https://github.com/giacgbj/UIImageSwiftExtensions"
s.license = 'MIT'
s.author = { "Giacomo Boccardo" => "gboccard@gmail.com" }
s.source = { :git => "https://github.com/giacgbj/UIImageSwiftExtensions.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/jhack'
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Source/*.swift'
end