Commit ec44d04eff0e7aa4c10e44f83c0211160be3fdbe

Authored by yinqiaojuan
1 parent 999c0242

no message

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.8.004' 4 + s.version = '0.4.8.005'
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.8.004 7 +// 当前版本0.4.8.005
8 8
9 #import <UIKit/UIKit.h> 9 #import <UIKit/UIKit.h>
10 10
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Headers/DSOrderListViewController.h
@@ -13,6 +13,7 @@ typedef NS_ENUM(NSUInteger, DSOrderListDisplay) { @@ -13,6 +13,7 @@ typedef NS_ENUM(NSUInteger, DSOrderListDisplay) {
13 DSOrderListDisplayWaitingPayment, //待付款 13 DSOrderListDisplayWaitingPayment, //待付款
14 DSOrderListDisplayWaitingShipment, //待发货 14 DSOrderListDisplayWaitingShipment, //待发货
15 DSOrderListDisplayWaitingReceiving, //待收货 15 DSOrderListDisplayWaitingReceiving, //待收货
  16 + DSOrderListDisplayAfterSaleORefund, //售后/退款
16 }; 17 };
17 18
18 @interface DSOrderListViewController : DSBaseViewController 19 @interface DSOrderListViewController : DSBaseViewController
DSCnliveShopSDK/Frameworks/DSCnliveShopSDK.framework/Info.plist
No preview for this file type
Example/Pods/Local Podspecs/DSCnliveShopSDK.podspec.json
1 { 1 {
2 "name": "DSCnliveShopSDK", 2 "name": "DSCnliveShopSDK",
3 - "version": "0.4.8.004", 3 + "version": "0.4.8.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.8.004" 15 + "tag": "0.4.8.005"
16 }, 16 },
17 "platforms": { 17 "platforms": {
18 "ios": "9.0" 18 "ios": "9.0"