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

Commit

Permalink
Merge branch '1.4.2-development'
Browse files Browse the repository at this point in the history
* 1.4.2-development:
  Rename pod to SwiftGifOrigin
  • Loading branch information
bahlo committed Oct 12, 2015
2 parents 771feb1 + 140e8a8 commit fd935e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file not shown.
6 changes: 3 additions & 3 deletions SwiftGif.podspec → SwiftGifOrigin.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.4.1'
s.name = 'SwiftGifOrigin'
s.version = '1.4.2'
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.4.1'
tag: 'v1.4.2'
}

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

0 comments on commit fd935e6

Please sign in to comment.