Commit 5909f350adb8ce72bc9c16a16f4611cb26d30cb3
1 parent
e6b49d33
0.3.9.006修改云测bug 礼物列表改版
Showing
10 changed files
with
24 additions
and
9 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.005' | 4 | + s.version = '0.3.9.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' } |
| @@ -35,8 +35,8 @@ Pod::Spec.new do |s| | @@ -35,8 +35,8 @@ Pod::Spec.new do |s| | ||
| 35 | s.dependency 'CNLiveSDKs/CNLivePaySDK', '>=0.3.3.0' | 35 | s.dependency 'CNLiveSDKs/CNLivePaySDK', '>=0.3.3.0' |
| 36 | 36 | ||
| 37 | s.dependency 'YBImageBrowser_DSCnliveShop' | 37 | s.dependency 'YBImageBrowser_DSCnliveShop' |
| 38 | - s.dependency 'DSBaseModuleF', '0.0.16' | ||
| 39 | - s.dependency 'DSToolsModuleF', '0.0.16' | 38 | + s.dependency 'DSBaseModuleF', '0.0.18' |
| 39 | + s.dependency 'DSToolsModuleF', '0.0.18' | ||
| 40 | s.dependency 'DSARModuleF', '0.0.9' | 40 | s.dependency 'DSARModuleF', '0.0.9' |
| 41 | 41 | ||
| 42 | end | 42 | end |
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/DSCnliveShopSDK.bundle/Assets.car
No preview for this file type
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/DSCnliveShopSDK.bundle/Info.plist
No preview for this file type
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDK-umbrella.h
| @@ -21,6 +21,7 @@ | @@ -21,6 +21,7 @@ | ||
| 21 | #import "DSCommonConstant.h" | 21 | #import "DSCommonConstant.h" |
| 22 | #import "DSOGiveGiftsViewController.h" | 22 | #import "DSOGiveGiftsViewController.h" |
| 23 | #import "DSOMyGivingGiftsListViewController.h" | 23 | #import "DSOMyGivingGiftsListViewController.h" |
| 24 | +#import "DSOMyGivingGiftsListEnum.h" | ||
| 24 | #import "DSOGiftDetailsViewController.h" | 25 | #import "DSOGiftDetailsViewController.h" |
| 25 | #import "DSOGiftDetailsEnum.h" | 26 | #import "DSOGiftDetailsEnum.h" |
| 26 | #import "DSOrderListViewController.h" | 27 | #import "DSOrderListViewController.h" |
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.005 | 7 | +// 当前版本0.3.9.006 |
| 8 | 8 | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 |
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSCnliveShopSDKSkip.h
| @@ -72,6 +72,8 @@ NS_ASSUME_NONNULL_BEGIN | @@ -72,6 +72,8 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 72 | /// 37 群组聊天界面 to 群组id(为0不跳转) shopType为群名称 | 72 | /// 37 群组聊天界面 to 群组id(为0不跳转) shopType为群名称 |
| 73 | /// 38 群组详情界面 to 群组id(为0不跳转) shopType为群名称 | 73 | /// 38 群组详情界面 to 群组id(为0不跳转) shopType为群名称 |
| 74 | /// 39 群组聊天信息 to 群组id(为0不跳转) shopType为群名称 | 74 | /// 39 群组聊天信息 to 群组id(为0不跳转) shopType为群名称 |
| 75 | +/// 40 | ||
| 76 | +/// 41 购物车 | ||
| 75 | /// @param type 按着后台给的传 | 77 | /// @param type 按着后台给的传 |
| 76 | /// @param to 按着后台给的传 | 78 | /// @param to 按着后台给的传 |
| 77 | /// @param shopType 按着后台给的传 | 79 | /// @param shopType 按着后台给的传 |
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSOMyGivingGiftsListEnum.h
0 → 100644
| 1 | +// | ||
| 2 | +// DSOMyGivingGiftsListEnum.h | ||
| 3 | +// Pods | ||
| 4 | +// | ||
| 5 | +// Created by zhaolin on 2020/3/25. | ||
| 6 | +// | ||
| 7 | + | ||
| 8 | +#ifndef DSOMyGivingGiftsListEnum_h | ||
| 9 | +#define DSOMyGivingGiftsListEnum_h | ||
| 10 | + | ||
| 11 | +typedef NS_ENUM(NSUInteger, DSOMyGivingGiftsListDisplayType) { | ||
| 12 | + DSOMyGivingGiftsListDisplayTypeReceiving = 0, //收礼 | ||
| 13 | + DSOMyGivingGiftsListDisplayTypeGiving //送礼 | ||
| 14 | +}; | ||
| 15 | + | ||
| 16 | +#endif /* DSOMyGivingGiftsListEnum_h */ |
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSOMyGivingGiftsListViewController.h
| @@ -7,11 +7,7 @@ | @@ -7,11 +7,7 @@ | ||
| 7 | // | 7 | // |
| 8 | 8 | ||
| 9 | #import <DSBaseModule/DSBaseModule.h> | 9 | #import <DSBaseModule/DSBaseModule.h> |
| 10 | - | ||
| 11 | -typedef NS_ENUM(NSUInteger, DSOMyGivingGiftsListDisplayType) { | ||
| 12 | - DSOMyGivingGiftsListDisplayTypeReceiving = 0, //收礼 | ||
| 13 | - DSOMyGivingGiftsListDisplayTypeGiving //送礼 | ||
| 14 | -}; | 10 | +#import "DSOMyGivingGiftsListEnum.h" |
| 15 | 11 | ||
| 16 | NS_ASSUME_NONNULL_BEGIN | 12 | NS_ASSUME_NONNULL_BEGIN |
| 17 | 13 |
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Info.plist
No preview for this file type