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

Commit

Permalink
Rename pod to SwiftGifOrigin
Browse files Browse the repository at this point in the history
Since someone took SwiftGif :/
  • Loading branch information
bahlo committed Oct 12, 2015
1 parent 771feb1 commit 140e8a8
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 140e8a8

Please sign in to comment.