Skip to content

Commit

Permalink
Update UIImage-ResizeMagick.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Vieira authored and mustangostang committed Oct 21, 2016
1 parent 212e81e commit 48ec7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UIImage-ResizeMagick.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "UIImage-ResizeMagick"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "Resizing UIImage on iOS. ImageMagick-style."

s.description = <<-DESC
Expand All @@ -23,7 +23,7 @@ Pod::Spec.new do |s|
s.author = { "Vlad Andersen" => "vlad.andersen@gmail.com" }
s.platform = :ios, '5.0'

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" }
s.source_files = '*.{h,m}'
s.requires_arc = true

Expand Down

0 comments on commit 48ec7a2

Please sign in to comment.