Skip to content

Commit

Permalink
更新pod上的版本
Browse files Browse the repository at this point in the history
  • Loading branch information
gsdios committed Jul 24, 2017
1 parent b7c1a4a commit 2dd0787
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
6 changes: 3 additions & 3 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.66"
s.summary = "简单易用的图片无限轮播器. 1.66版本修复内容:更新SDWebImage依赖版本至4.0.0"
s.version = "1.70"
s.summary = "简单易用的图片无限轮播器. 1.70版本更新内容: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.66"}
s.source = { :git => "https://github.com/gsdios/SDCycleScrollView.git", :tag => "1.70"}


s.source_files = "SDCycleScrollView/Lib/SDCycleScrollView/**/*.{h,m}"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,25 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "188"
endingLineNumber = "188"
landmarkName = "ViewController"
landmarkName = "@implementation ViewController"
landmarkType = "3">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "SDCycleScrollView/Lib/SDCycleScrollView/SDCycleScrollView.m"
timestampString = "522568761.629736"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "584"
endingLineNumber = "584"
landmarkName = "-collectionView:cellForItemAtIndexPath:"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
4 changes: 2 additions & 2 deletions SDCycleScrollView/Lib/SDCycleScrollView/SDCycleScrollView.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
#import "SDCollectionViewCell.h"
#import "UIView+SDExtension.h"
#import "TAPageControl.h"
#import <SDWebImageManager.h>
#import <UIImageView+WebCache.h>
#import "SDWebImageManager.h"
#import "UIImageView+WebCache.h"

#define kCycleScrollViewInitialPageControlDotSize CGSizeMake(10, 10)

Expand Down

0 comments on commit 2dd0787

Please sign in to comment.