diff --git a/SwiftGifOrigin.podspec b/SwiftGifOrigin.podspec index cd49b96..d288848 100644 --- a/SwiftGifOrigin.podspec +++ b/SwiftGifOrigin.podspec @@ -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' => 'hallo@arne.me' } 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'