Commit d8d6ce0bb78f170e7a36769637752c7ab615e652
1 parent
e2368853
0.3.9.002 webView路由错误修改
Showing
3 changed files
with
3 additions
and
3 deletions
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.3.9.001' | 4 | + s.version = '0.3.9.002' |
| 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' } |
| @@ -41,7 +41,7 @@ Pod::Spec.new do |s| | @@ -41,7 +41,7 @@ Pod::Spec.new do |s| | ||
| 41 | s.dependency 'DSCommonModuleF', '0.0.11' | 41 | s.dependency 'DSCommonModuleF', '0.0.11' |
| 42 | s.dependency 'DSPayModuleF', '0.0.8' | 42 | s.dependency 'DSPayModuleF', '0.0.8' |
| 43 | s.dependency 'DSMapModuleF', '0.0.3' | 43 | s.dependency 'DSMapModuleF', '0.0.3' |
| 44 | - s.dependency 'DSWebViewModuleF', '0.0.6' | 44 | + s.dependency 'DSWebViewModuleF', '0.0.7' |
| 45 | s.dependency 'DSAddressModuleF', '0.0.3' | 45 | s.dependency 'DSAddressModuleF', '0.0.3' |
| 46 | s.dependency 'DSUserModuleF', '0.0.2' | 46 | s.dependency 'DSUserModuleF', '0.0.2' |
| 47 | s.dependency 'DSQrCodeModuleF', '0.0.3' | 47 | s.dependency 'DSQrCodeModuleF', '0.0.3' |
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.3.9.001 | 7 | +// 当前版本0.3.9.002 |
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 |