From 1b0ceb382448f684a6a07750f8092846db57d7f2 Mon Sep 17 00:00:00 2001 From: iphone5solo <499491531@qq.com> Date: Fri, 3 Nov 2017 13:33:36 +0800 Subject: [PATCH] =?UTF-8?q?Bumped=20version=20to=201.5.6=EF=BC=8CUpdate=20?= =?UTF-8?q?SDWebImage=20to=20v4.2.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumped version to 1.5.6,Update SDWebImage to v4.2.1. --- PYPhotoBrowser.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PYPhotoBrowser.podspec b/PYPhotoBrowser.podspec index 2ff3c65..87449a5 100644 --- a/PYPhotoBrowser.podspec +++ b/PYPhotoBrowser.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'PYPhotoBrowser' - s.version = '1.5.5' + s.version = '1.5.6' s.summary = 'An easy way to browse photo(image) for iOS.' s.homepage = 'https://github.com/iphone5solo/PYPhotoBrowser' s.license = 'MIT' s.authors = {'CoderKo1o' => '499491531@qq.com'} s.platform = :ios, '7.0' - s.dependency "SDWebImage/GIF", "~> 4.1.0" + s.dependency "SDWebImage/GIF", "~> 4.2.1" s.dependency "MBProgressHUD" s.dependency "DACircularProgress" s.source = {:git => 'https://github.com/iphone5solo/PYPhotoBrowser.git', :tag => s.version}