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.5.1-development'
Browse files Browse the repository at this point in the history
* 1.5.1-development:
  Update LICENSE
  Fix podspec version
  • Loading branch information
bahlo committed Oct 13, 2015
2 parents ad6fdfc + 7f8b056 commit eb4ffd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Arne Bahlo
Copyright (c) 2015 Arne Bahlo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions SwiftGifOrigin.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftGifOrigin'
s.version = '1.4.2'
s.version = '1.5.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.4.2'
tag: 'v1.5.1'
}

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

0 comments on commit eb4ffd2

Please sign in to comment.