Skip to content

Commit

Permalink
更新SDWebImage依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
gsdios committed Apr 17, 2017
1 parent 693e02c commit 1d6153c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDCycleScrollView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Pod::Spec.new do |s|


s.name = "SDCycleScrollView"
s.version = "1.65"
s.summary = "简单易用的图片无限轮播器. 1.65版本修复内容:新增纯文字轮播、增加viewController在来回push时候出现的图片卡在中间的解决方案-在控制器viewWillAppear时调用adjustWhenControllerViewWillAppera"
Expand All @@ -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

0 comments on commit 1d6153c

Please sign in to comment.