Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gsdios committed Dec 5, 2017
1 parent 7d7df53 commit 1946bb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ target 'SDCycleScrollView'

#use_frameworks!

pod 'SDWebImage', '~> 4.0.0'
pod 'SDWebImage', '>= 4.0.0'
8 changes: 4 additions & 4 deletions SDCycleScrollView.podspec
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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}"
Expand All @@ -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

0 comments on commit 1946bb0

Please sign in to comment.