Commit f708471e44038b1737708fd32004348f480ee517

Authored by 毕珂
1 parent 8020a6ae

送礼暂时所有流程跑通

DSCnliveShopSDK.podspec
1 1  
2 2 Pod::Spec.new do |s|
3 3 s.name = 'DSCnliveShopSDK'
4   - s.version = '0.3.4.007'
  4 + s.version = '0.3.4.008'
5 5 s.summary = 'cnlive电商SDK'
6 6 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK'
7 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 15  
16 16 /// 是否隐藏我的礼盒
17 17 @property (nonatomic,assign) BOOL isHideMyGifts;
18   -/// 显示样式
19   -@property (nonatomic,assign) DSOGiftDetailsStyle style;
20 18 /// 订单id
21 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 19 pod 'Qiniu', '7.2.5'
20 20 pod 'Masonry', '1.1.0'
21 21 pod 'PLPlayerKit', '~> 3.4.3'
22   - pod 'TXIMSDK_iOS'
23 22 # pod 'CNLiveRequestKitSDK', '~> 1.4.2'
24 23 pod 'CNLiveRequestBastKit'
25 24 pod 'CNLiveSDKs/CNLiveEncryptSDK'
... ...