Change version to 3.3

This commit is contained in:
Olivier Poitrey 2013-06-14 16:22:27 +02:00
parent c6664248f1
commit 2f98db9888
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
s.version = '3.2'
s.version = '3.3'
s.platform = :ios, '5.0'
s.license = 'MIT'
s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.'
s.homepage = 'https://github.com/rs/SDWebImage'
s.author = { 'Olivier Poitrey' => 'rs@dailymotion.com' }
s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '3.2' }
s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '3.3' }
s.description = 'This library provides a category for UIImageView with support for remote ' \
'images coming from the web. It provides an UIImageView category adding web ' \