Commit 8e58154dd0df593bcae3df16ab0a35a6a2ad65fd
1 parent
ab524f77
0.1.7
Showing
1 changed file
with
8 additions
and
8 deletions
CNLiveTripartiteManagement.podspec
| 1 | 1 | |
| 2 | 2 | Pod::Spec.new do |s| |
| 3 | 3 | s.name = 'CNLiveTripartiteManagement' |
| 4 | - s.version = '0.1.6' | |
| 4 | + s.version = '0.1.7' | |
| 5 | 5 | s.summary = '所有三方库版本管理' |
| 6 | 6 | s.description = <<-DESC |
| 7 | 7 | 所有三方库版本管理组件 |
| ... | ... | @@ -49,11 +49,11 @@ Pod::Spec.new do |s| |
| 49 | 49 | ksy.source_files = 'CNLiveTripartiteManagement/Classes/libksygpulive_ks3/*' |
| 50 | 50 | end |
| 51 | 51 | s.subspec 'lottie-ios' do |lottie| |
| 52 | - lottie.dependency 'lottie-ios','2.5.0' | |
| 52 | + lottie.dependency 'lottie-ios','2.5.0' #最新版本是3.1.3 | |
| 53 | 53 | lottie.source_files = 'CNLiveTripartiteManagement/Classes/lottie-ios/*' |
| 54 | 54 | end |
| 55 | 55 | s.subspec 'Masonry' do |masonry| |
| 56 | - masonry.dependency 'Masonry', '1.0.2' | |
| 56 | + masonry.dependency 'Masonry', '1.1.0' # 适配了iOS 11 | |
| 57 | 57 | masonry.source_files = 'CNLiveTripartiteManagement/Classes/Masonry/*' |
| 58 | 58 | end |
| 59 | 59 | s.subspec 'MBProgressHUD' do |hud| |
| ... | ... | @@ -61,7 +61,7 @@ Pod::Spec.new do |s| |
| 61 | 61 | hud.source_files = 'CNLiveTripartiteManagement/Classes/MBProgressHUD/*' |
| 62 | 62 | end |
| 63 | 63 | s.subspec 'MJExtension' do |extension| |
| 64 | - extension.dependency 'MJExtension','3.0.17' | |
| 64 | + extension.dependency 'MJExtension','3.2.1' # 关于 iOS 13 崩溃 ,请更新至 3.1.0 以上的版本. 不要再使用老版本了, 请将过期方法都清除改为新的 mj_ 开头的方法. 旧的过期方法已经在 3.1.0 中删除 | |
| 65 | 65 | extension.source_files = 'CNLiveTripartiteManagement/Classes/MJExtension/*' |
| 66 | 66 | end |
| 67 | 67 | s.subspec 'MJRefresh' do |refresh| |
| ... | ... | @@ -73,7 +73,7 @@ Pod::Spec.new do |s| |
| 73 | 73 | picker.source_files = 'CNLiveTripartiteManagement/Classes/PGDatePicker/*' |
| 74 | 74 | end |
| 75 | 75 | s.subspec 'PLPlayerKit' do |playerKit| |
| 76 | - playerKit.dependency 'PLPlayerKit','~>3.4.1' | |
| 76 | + playerKit.dependency 'PLPlayerKit','~>3.4.3' #修复 iOS13 下,playerView 修改 contentMode 崩溃的问题 | |
| 77 | 77 | playerKit.source_files = 'CNLiveTripartiteManagement/Classes/PLPlayerKit/*' |
| 78 | 78 | end |
| 79 | 79 | s.subspec 'PLShortVideoKit' do |video| |
| ... | ... | @@ -81,11 +81,11 @@ Pod::Spec.new do |s| |
| 81 | 81 | video.source_files = 'CNLiveTripartiteManagement/Classes/PLShortVideoKit/*' |
| 82 | 82 | end |
| 83 | 83 | s.subspec 'Qiniu' do |qiniu| |
| 84 | - qiniu.dependency 'Qiniu', '7.2.5' | |
| 84 | + qiniu.dependency 'Qiniu', '7.2.6' #iOS 13 PHAsset getInfo 修复 | |
| 85 | 85 | qiniu.source_files = 'CNLiveTripartiteManagement/Classes/Qiniu/*' |
| 86 | 86 | end |
| 87 | 87 | s.subspec 'QMUIKit' do |qmuikit| |
| 88 | - qmuikit.dependency 'QMUIKit', '3.1.9' | |
| 88 | + qmuikit.dependency 'QMUIKit', '4.0.0' #适配 iOS 13 | |
| 89 | 89 | qmuikit.source_files = 'CNLiveTripartiteManagement/Classes/QMUIKit/*' |
| 90 | 90 | end |
| 91 | 91 | s.subspec 'RSKImageCropper' do |cropper| |
| ... | ... | @@ -105,7 +105,7 @@ Pod::Spec.new do |s| |
| 105 | 105 | scrollview.source_files = 'CNLiveTripartiteManagement/Classes/SDCycleScrollView/*' |
| 106 | 106 | end |
| 107 | 107 | s.subspec 'SDWebImage' do |webimage| |
| 108 | - webimage.dependency 'SDWebImage','~> 5.1.0' | |
| 108 | + webimage.dependency 'SDWebImage','~> 5.2.3' #Fix warnings when deployment target version set to iOS 13+ | |
| 109 | 109 | webimage.source_files = 'CNLiveTripartiteManagement/Classes/SDWebImage/*' |
| 110 | 110 | end |
| 111 | 111 | s.subspec 'SGPagingView' do |page| | ... | ... |