From 1d6153c005b966e372d95439836df3db6f96ea08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B0=91=E4=B8=9C?= Date: Mon, 17 Apr 2017 20:04:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0SDWebImage=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SDCycleScrollView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDCycleScrollView.podspec b/SDCycleScrollView.podspec index 1e2582aa..4a0b6c53 100644 --- a/SDCycleScrollView.podspec +++ b/SDCycleScrollView.podspec @@ -1,6 +1,5 @@ Pod::Spec.new do |s| - s.name = "SDCycleScrollView" s.version = "1.65" s.summary = "简单易用的图片无限轮播器. 1.65版本修复内容:新增纯文字轮播、增加viewController在来回push时候出现的图片卡在中间的解决方案-在控制器viewWillAppear时调用adjustWhenControllerViewWillAppera" @@ -23,6 +22,7 @@ s.source_files = "SDCycleScrollView/Lib/SDCycleScrollView/**/*.{h,m}" s.requires_arc = true -s.dependency 'SDWebImage', '~> 3.7' + +s.dependency 'SDWebImage', '~> 4.0.0' end