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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Jan 21, 2019
1 parent 4e7baa6 commit b454ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftGifOrigin.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'SwiftGifOrigin'
spec.version = '1.6.1'
spec.version = '1.7.0'
spec.license = { 'type' => 'MIT' }
spec.homepage = 'https://github.com/bahlo/SwiftGif'
spec.authors = { 'Arne Bahlo' => '[email protected]' }
spec.summary = 'A small UIImage extension with gif support'
spec.source = { git: 'https://github.com/bahlo/SwiftGif.git', tag: 'v1.6.1' }
spec.source = { git: 'https://github.com/bahlo/SwiftGif.git', tag: 'v1.7.0' }

spec.ios.deployment_target = '8.0'
spec.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit b454ede

Please sign in to comment.