Commit e3e493bf5bc166f0c2db18362afb62914f7dbae5

Authored by 毕珂
1 parent 66c68be2

修改通用方法解密方法写成加密方法bug

DSCnliveShopSDK.podspec
@@ -29,9 +29,9 @@ Pod::Spec.new do |s| @@ -29,9 +29,9 @@ Pod::Spec.new do |s|
29 s.dependency 'YYKit', '1.0.9' 29 s.dependency 'YYKit', '1.0.9'
30 s.dependency 'SDAutoLayout', '2.2.1' 30 s.dependency 'SDAutoLayout', '2.2.1'
31 31
32 - s.dependency 'BKTimer', '~> 1.0.1'  
33 - s.dependency 'BKCycleScrollView', '~> 2.0.6'  
34 - s.dependency 'BKPickerView', '~> 1.1.1' 32 + s.dependency 'BKTimer', '1.0.1'
  33 + s.dependency 'BKCycleScrollView', '2.0.7'
  34 + s.dependency 'BKPickerView', '1.1.1'
35 35
36 s.vendored_frameworks = 'DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework' 36 s.vendored_frameworks = 'DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework'
37 37
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/DSCnliveShopSDK
No preview for this file type
DSCnliveShopSDK/Classes/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.4.024 7 +// 当前版本0.3.4.025
8 8
9 #import <UIKit/UIKit.h> 9 #import <UIKit/UIKit.h>
10 10
DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework/Info.plist
No preview for this file type