Skip to content

Commit b1f1c08

Browse files
author
Olivier Poitrey
committed
Bump version 3.2
1 parent fb28dfe commit b1f1c08

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.1'
3+
s.version = '3.2'
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.1' }
9+
s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '3.2' }
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)