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 2dd0787 commit bcaef5f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
platform :ios, '7.0'
target 'SDCycleScrollView'

#use_frameworks!

pod 'SDWebImage', '~> 4.0.0'
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ DEPENDENCIES:
SPEC CHECKSUMS:
SDWebImage: 76a6348bdc74eb5a55dd08a091ef298e56b55e41

PODFILE CHECKSUM: bb16b173d76eba3daf81a0f30dde519405a53b0b
PODFILE CHECKSUM: 15dea9690d6001704f1e5d2a3d5fe6a8628a9d3f

COCOAPODS: 1.1.1
2 changes: 1 addition & 1 deletion Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions SDCycleScrollView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
999C10981AC14F3B00C11CDB /* h3.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 999C10961AC14F3B00C11CDB /* h3.jpg */; };
999C109A1AC14F7200C11CDB /* h1.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 999C10991AC14F7200C11CDB /* h1.jpg */; };
99A732631B24AB660033E878 /* 005.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 99A732621B24AB660033E878 /* 005.jpg */; };
DA432B81FB7D3AC3A09F49AB /* libPods-SDCycleScrollView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A2DAE64BD8356B3DE966B61 /* libPods-SDCycleScrollView.a */; };
9BEB00FE3EB709E4FB44BABF /* libPods-SDCycleScrollView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE55CBF170FE2BFA0498D7B2 /* libPods-SDCycleScrollView.a */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -47,7 +47,6 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
2A2DAE64BD8356B3DE966B61 /* libPods-SDCycleScrollView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SDCycleScrollView.a"; sourceTree = BUILT_PRODUCTS_DIR; };
48377B8D1C1027F5007B8C21 /* DemoVCWithXib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DemoVCWithXib.h; sourceTree = "<group>"; };
48377B8E1C1027F5007B8C21 /* DemoVCWithXib.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DemoVCWithXib.m; sourceTree = "<group>"; };
48377B8F1C1027F5007B8C21 /* DemoVCWithXib.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DemoVCWithXib.xib; sourceTree = "<group>"; };
Expand Down Expand Up @@ -91,14 +90,15 @@
999C10961AC14F3B00C11CDB /* h3.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = h3.jpg; sourceTree = "<group>"; };
999C10991AC14F7200C11CDB /* h1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = h1.jpg; sourceTree = "<group>"; };
99A732621B24AB660033E878 /* 005.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 005.jpg; sourceTree = "<group>"; };
EE55CBF170FE2BFA0498D7B2 /* libPods-SDCycleScrollView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SDCycleScrollView.a"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
9900D16B1ABEB2490077A6CB /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DA432B81FB7D3AC3A09F49AB /* libPods-SDCycleScrollView.a in Frameworks */,
9BEB00FE3EB709E4FB44BABF /* libPods-SDCycleScrollView.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -261,7 +261,7 @@
AB85341EE3F3D30597B024D0 /* Frameworks */ = {
isa = PBXGroup;
children = (
2A2DAE64BD8356B3DE966B61 /* libPods-SDCycleScrollView.a */,
EE55CBF170FE2BFA0498D7B2 /* libPods-SDCycleScrollView.a */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion SDCycleScrollView/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#import "ViewController.h"
#import "SDCycleScrollView.h"
#import "CustomCollectionViewCell.h"
#import <UIImageView+WebCache.h>
#import "UIImageView+WebCache.h"

@interface ViewController () <SDCycleScrollViewDelegate>

Expand Down

0 comments on commit bcaef5f

Please sign in to comment.