We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1ac24 commit 67a28d9Copy full SHA for 67a28d9
SDWebImage.podspec
@@ -1,12 +1,12 @@
1
Pod::Spec.new do |s|
2
s.name = 'SDWebImage'
3
- s.version = '3.3'
+ s.version = '3.4'
4
s.platform = :ios, '5.0'
5
s.license = 'MIT'
6
s.summary = 'Asynchronous image downloader with cache support with an UIImageView category.'
7
s.homepage = 'https://github.com/rs/SDWebImage'
8
s.author = { 'Olivier Poitrey' => '[email protected]' }
9
- s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '3.3' }
+ s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '3.4' }
10
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 ' \
0 commit comments