Commit 887af7444379e26ec4a433b71b81af5c431c341a
1 parent
f3efca68
返回电商webView
Showing
5 changed files
with
7 additions
and
4 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.4.4.005' | 4 | + s.version = '0.4.4.006' |
| 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' } |
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.4.005 | 7 | +// 当前版本0.4.4.006 |
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 |
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKSkip.h
| @@ -111,6 +111,9 @@ NS_ASSUME_NONNULL_BEGIN | @@ -111,6 +111,9 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 111 | /// @param currentVC 当前控制器 | 111 | /// @param currentVC 当前控制器 |
| 112 | -(void)skipWebVCWithUrl:(NSString*)url currentVC:(nonnull UIViewController*)currentVC; | 112 | -(void)skipWebVCWithUrl:(NSString*)url currentVC:(nonnull UIViewController*)currentVC; |
| 113 | 113 | ||
| 114 | + | ||
| 115 | +/// 返回电商webView | ||
| 116 | +-(UIViewController *)jumpToLeaderTopicWebVc; | ||
| 114 | @end | 117 | @end |
| 115 | 118 | ||
| 116 | NS_ASSUME_NONNULL_END | 119 | NS_ASSUME_NONNULL_END |
Example/Pods/Local Podspecs/DSCnliveShopSDK.podspec.json
| 1 | { | 1 | { |
| 2 | "name": "DSCnliveShopSDK", | 2 | "name": "DSCnliveShopSDK", |
| 3 | - "version": "0.4.4.004", | 3 | + "version": "0.4.4.005", |
| 4 | "summary": "cnlive电商SDK", | 4 | "summary": "cnlive电商SDK", |
| 5 | "homepage": "http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK", | 5 | "homepage": "http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK", |
| 6 | "license": { | 6 | "license": { |
| @@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
| 12 | }, | 12 | }, |
| 13 | "source": { | 13 | "source": { |
| 14 | "git": "http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK.git", | 14 | "git": "http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK.git", |
| 15 | - "tag": "0.4.4.004" | 15 | + "tag": "0.4.4.005" |
| 16 | }, | 16 | }, |
| 17 | "platforms": { | 17 | "platforms": { |
| 18 | "ios": "9.0" | 18 | "ios": "9.0" |