Authored by Olivier Poitrey

Change version to 3.3

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