Commit f708471e44038b1737708fd32004348f480ee517

Authored by 毕珂
1 parent 8020a6ae

送礼暂时所有流程跑通

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.4.007' 4 + s.version = '0.3.4.008'
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/Classes/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Headers/DSOGiftDetailsViewController.h
@@ -15,8 +15,6 @@ NS_ASSUME_NONNULL_BEGIN @@ -15,8 +15,6 @@ NS_ASSUME_NONNULL_BEGIN
15 15
16 /// 是否隐藏我的礼盒 16 /// 是否隐藏我的礼盒
17 @property (nonatomic,assign) BOOL isHideMyGifts; 17 @property (nonatomic,assign) BOOL isHideMyGifts;
18 -/// 显示样式  
19 -@property (nonatomic,assign) DSOGiftDetailsStyle style;  
20 /// 订单id 18 /// 订单id
21 @property (nonatomic,copy) NSString * orderId; 19 @property (nonatomic,copy) NSString * orderId;
22 /// 是否弹弹框(传对应类型弹对应类型弹框) 20 /// 是否弹弹框(传对应类型弹对应类型弹框)
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type
Example/Podfile
@@ -19,7 +19,6 @@ target 'DSCnliveShopSDK_Example' do @@ -19,7 +19,6 @@ target 'DSCnliveShopSDK_Example' do
19 pod 'Qiniu', '7.2.5' 19 pod 'Qiniu', '7.2.5'
20 pod 'Masonry', '1.1.0' 20 pod 'Masonry', '1.1.0'
21 pod 'PLPlayerKit', '~> 3.4.3' 21 pod 'PLPlayerKit', '~> 3.4.3'
22 - pod 'TXIMSDK_iOS'  
23 # pod 'CNLiveRequestKitSDK', '~> 1.4.2' 22 # pod 'CNLiveRequestKitSDK', '~> 1.4.2'
24 pod 'CNLiveRequestBastKit' 23 pod 'CNLiveRequestBastKit'
25 pod 'CNLiveSDKs/CNLiveEncryptSDK' 24 pod 'CNLiveSDKs/CNLiveEncryptSDK'