diff --git a/Podfile b/Podfile index 97e1231d..581b589e 100644 --- a/Podfile +++ b/Podfile @@ -3,4 +3,4 @@ target 'SDCycleScrollView' #use_frameworks! -pod 'SDWebImage', '~> 4.0.0' +pod 'SDWebImage', '>= 4.0.0' diff --git a/SDCycleScrollView.podspec b/SDCycleScrollView.podspec index 361aafa0..6422873d 100644 --- a/SDCycleScrollView.podspec +++ b/SDCycleScrollView.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |s| s.name = "SDCycleScrollView" -s.version = "1.73" -s.summary = "简单易用的图片无限轮播器. 1.73版本更新内容:1.增加支持轮播自定义cell的代理方法 2.增加禁止拖动手势api" +s.version = "1.74" +s.summary = "简单易用的图片无限轮播器. 1.74版本更新内容:1.增加支持轮播自定义cell的代理方法 2.增加禁止拖动手势api" s.homepage = "https://github.com/gsdios/SDCycleScrollView" @@ -14,7 +14,7 @@ s.platform = :ios s.platform = :ios, "7.0" -s.source = { :git => "https://github.com/gsdios/SDCycleScrollView.git", :tag => "1.73"} +s.source = { :git => "https://github.com/gsdios/SDCycleScrollView.git", :tag => "1.74"} s.source_files = "SDCycleScrollView/Lib/SDCycleScrollView/**/*.{h,m}" @@ -23,6 +23,6 @@ s.source_files = "SDCycleScrollView/Lib/SDCycleScrollView/**/*.{h,m}" s.requires_arc = true -s.dependency 'SDWebImage', '~> 4.0.0' +s.dependency 'SDWebImage', '>= 4.0.0' end