Commit 516fc1cd2e2c27de7b9bf3e81d62b85f4523a494

Authored by 毕珂
1 parent 715e1e6e

SDWebImage改成YYKit

DSToolsModuleF.podspec
1 1 Pod::Spec.new do |s|
2 2  
3 3 s.name = "DSToolsModuleF"
4   - s.version = "0.0.28"
  4 + s.version = "0.0.30"
5 5 s.summary = "DSToolsModuleF"
6 6 s.homepage = "http://bj.gitlab.cnlive.com/DSIOSTeam"
7 7 s.authors = { "DSIOSTeam" => "694092596@qq.com" }
... ... @@ -13,7 +13,6 @@ Pod::Spec.new do |s|
13 13  
14 14 s.dependency 'MJRefresh', '3.2.0'
15 15 s.dependency 'MBProgressHUD', '1.1.0'
16   - s.dependency 'SDWebImage', '~> 5.2.3'
17 16 s.dependency 'AFNetworking', '4.0.0'
18 17 s.dependency 'YYKit', '1.0.9'
19 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 7 //
8 8  
9 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 14 @end
... ...
DSToolsModuleF/Frameworks/DSToolsModule.framework/Info.plist
No preview for this file type