Commit 516fc1cd2e2c27de7b9bf3e81d62b85f4523a494
1 parent
715e1e6e
SDWebImage改成YYKit
Showing
4 changed files
with
3 additions
and
4 deletions
DSToolsModuleF.podspec
| 1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
| 2 | 2 | ||
| 3 | s.name = "DSToolsModuleF" | 3 | s.name = "DSToolsModuleF" |
| 4 | - s.version = "0.0.28" | 4 | + s.version = "0.0.30" |
| 5 | s.summary = "DSToolsModuleF" | 5 | s.summary = "DSToolsModuleF" |
| 6 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" | 6 | s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam" |
| 7 | s.authors = { "DSIOSTeam" => "694092596@qq.com" } | 7 | s.authors = { "DSIOSTeam" => "694092596@qq.com" } |
| @@ -13,7 +13,6 @@ Pod::Spec.new do |s| | @@ -13,7 +13,6 @@ Pod::Spec.new do |s| | ||
| 13 | 13 | ||
| 14 | s.dependency 'MJRefresh', '3.2.0' | 14 | s.dependency 'MJRefresh', '3.2.0' |
| 15 | s.dependency 'MBProgressHUD', '1.1.0' | 15 | s.dependency 'MBProgressHUD', '1.1.0' |
| 16 | - s.dependency 'SDWebImage', '~> 5.2.3' | ||
| 17 | s.dependency 'AFNetworking', '4.0.0' | 16 | s.dependency 'AFNetworking', '4.0.0' |
| 18 | s.dependency 'YYKit', '1.0.9' | 17 | s.dependency 'YYKit', '1.0.9' |
| 19 | s.dependency 'Qiniu', '7.2.5' | 18 | s.dependency 'Qiniu', '7.2.5' |
DSToolsModuleF/Frameworks/DSToolsModule.framework/DSToolsModule
No preview for this file type
DSToolsModuleF/Frameworks/DSToolsModule.framework/Headers/BKCycleScrollImageView.h
| @@ -7,8 +7,8 @@ | @@ -7,8 +7,8 @@ | ||
| 7 | // | 7 | // |
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | -#import <SDWebImage/SDWebImage.h> | 10 | +#import <YYKit/YYKit.h> |
| 11 | 11 | ||
| 12 | -@interface BKCycleScrollImageView : SDAnimatedImageView | 12 | +@interface BKCycleScrollImageView : YYAnimatedImageView |
| 13 | 13 | ||
| 14 | @end | 14 | @end |
DSToolsModuleF/Frameworks/DSToolsModule.framework/Info.plist
No preview for this file type