Commit 845c70e1025898415854a3d1a7b478019c4c4ed6

Authored by 毕珂
1 parent 1bb8a210

支持webp图片 添加樱桃活动入口

DSCnliveShopSDK.podspec
1 1
2 Pod::Spec.new do |s| 2 Pod::Spec.new do |s|
3 s.name = 'DSCnliveShopSDK' 3 s.name = 'DSCnliveShopSDK'
4 - s.version = '0.4.1.002' 4 + s.version = '0.4.2.001'
5 s.summary = 'cnlive电商SDK' 5 s.summary = 'cnlive电商SDK'
6 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK' 6 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK'
7 s.license = { :type => 'MIT', :file => 'LICENSE' } 7 s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -19,6 +19,7 @@ Pod::Spec.new do |s| @@ -19,6 +19,7 @@ Pod::Spec.new do |s|
19 19
20 s.dependency 'AFNetworking', '4.0.0' 20 s.dependency 'AFNetworking', '4.0.0'
21 s.dependency 'SDWebImage', '~> 5.2.3' 21 s.dependency 'SDWebImage', '~> 5.2.3'
  22 + s.dependency 'SDWebImageWebPCoder', '~> 0.3.1'
22 s.dependency 'MJRefresh', '3.2.0' 23 s.dependency 'MJRefresh', '3.2.0'
23 s.dependency 'MJExtension', '3.2.1' 24 s.dependency 'MJExtension', '3.2.1'
24 s.dependency 'MBProgressHUD', '1.1.0' 25 s.dependency 'MBProgressHUD', '1.1.0'
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK.h
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 // 4 //
5 // Created by zhaolin on 2019/4/13. 5 // Created by zhaolin on 2019/4/13.
6 // Copyright © 2019年 BIKE. All rights reserved. 6 // Copyright © 2019年 BIKE. All rights reserved.
7 -// 当前版本0.4.1.002 7 +// 当前版本0.4.2.001
8 8
9 #import <UIKit/UIKit.h> 9 #import <UIKit/UIKit.h>
10 10
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Info.plist
No preview for this file type