diff --git a/LICENSE b/LICENSE index ac2a851..54504f1 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/SwiftGifOrigin.podspec b/SwiftGifOrigin.podspec index f5068c0..f6e8bbe 100644 --- a/SwiftGifOrigin.podspec +++ b/SwiftGifOrigin.podspec @@ -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' @@ -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'