Skip to content

Commit 67a28d9

Browse files
author
Olivier Poitrey
committed
Change version to 3.4
1 parent 9f1ac24 commit 67a28d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SDWebImage.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'SDWebImage'
3-
s.version = '3.3'
3+
s.version = '3.4'
44
s.platform = :ios, '5.0'
55
s.license = 'MIT'
66
s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.'
77
s.homepage = 'https://github.com/rs/SDWebImage'
88
s.author = { 'Olivier Poitrey' => '[email protected]' }
9-
s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '3.3' }
9+
s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '3.4' }
1010

1111
s.description = 'This library provides a category for UIImageView with support for remote ' \
1212
'images coming from the web. It provides an UIImageView category adding web ' \

0 commit comments

Comments
 (0)