We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212e81e commit 48ec7a2Copy full SHA for 48ec7a2
UIImage-ResizeMagick.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "UIImage-ResizeMagick"
4
- s.version = "0.0.1"
+ s.version = "0.0.2"
5
s.summary = "Resizing UIImage on iOS. ImageMagick-style."
6
7
s.description = <<-DESC
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
23
s.author = { "Vlad Andersen" => "vlad.andersen@gmail.com" }
24
s.platform = :ios, '5.0'
25
26
- s.source = { :git => "https://github.com/mustangostang/UIImage-ResizeMagick.git", :tag => "0.0.1" }
+ s.source = { :git => "https://github.com/mustangostang/UIImage-ResizeMagick.git", :tag => "0.0.2" }
27
s.source_files = '*.{h,m}'
28
s.requires_arc = true
29
0 commit comments