Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Update version in podspec, fix #5 and #9
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Oct 12, 2015
1 parent bcca028 commit ba73b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftGif.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftGif'
s.version = '1.3.1'
s.version = '1.4.1'
s.summary = 'A small UIImage extension with gif support'
s.homepage = 'https://github.com/bahlo/SwiftGif'
s.license = 'MIT'
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.source = {
git: 'https://github.com/bahlo/SwiftGif.git',
tag: 'v1.3.1'
tag: 'v1.4.1'
}

s.source_files = 'SwiftGifCommon/*.swift'
Expand Down

0 comments on commit ba73b12

Please sign in to comment.