From d6d4a3c3dbd4c51610c7a1dc3ff8550e13ac5535 Mon Sep 17 00:00:00 2001 From: Chang Luo Date: Fri, 22 Nov 2013 17:12:30 -0800 Subject: [PATCH] up version 3.5 in podspec to be consistent with latest --- SDWebImage.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 6e538141..befe8cd6 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '3.4' + s.version = '3.5' 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.4' } + s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => s.version.to_s } 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 ' \