From 9167cb8e2c6c51878e338cf635c5bdd75672997d Mon Sep 17 00:00:00 2001 From: Jacklin <401788217@qq.com> Date: Tue, 28 Nov 2017 09:55:47 +0800 Subject: [PATCH 1/3] Update podspec --- MWPhotoBrowser.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MWPhotoBrowser.podspec b/MWPhotoBrowser.podspec index 2b8d0e563..54b74574f 100644 --- a/MWPhotoBrowser.podspec +++ b/MWPhotoBrowser.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MWPhotoBrowser' - s.version = '2.1.2' + s.version = '2.1.3' s.license = 'MIT' s.summary = 'A simple iOS photo and video browser with optional grid view, captions and selections.' s.description = <<-DESCRIPTION @@ -24,7 +24,7 @@ Pod::Spec.new do |s| s.social_media_url = 'https://twitter.com/mwaterfall' s.source = { - :git => 'https://github.com/mwaterfall/MWPhotoBrowser.git', + :git => 'https://github.com/123sunxiaolin/MWPhotoBrowser.git', :tag => '2.1.2' } s.platform = :ios, '7.0' @@ -37,12 +37,12 @@ Pod::Spec.new do |s| s.frameworks = 'ImageIO', 'QuartzCore', 'AssetsLibrary', 'MediaPlayer' s.weak_frameworks = 'Photos' - s.dependency 'MBProgressHUD', '~> 0.9' - s.dependency 'DACircularProgress', '~> 2.3' + s.dependency 'MBProgressHUD', '~> 1.0.0' + s.dependency 'DACircularProgress', '~> 2.3.1' # SDWebImage # 3.7.2 contains bugs downloading local files # https://github.com/rs/SDWebImage/issues/1109 - s.dependency 'SDWebImage', '~> 3.7', '!= 3.7.2' + s.dependency 'SDWebImage', '~> 3.8.2' end From fc8b18df8834bb4e0f3256a70f1809599c462bab Mon Sep 17 00:00:00 2001 From: Jacklin Date: Sat, 4 Apr 2020 18:45:14 +0800 Subject: [PATCH 2/3] update podspec --- MWPhotoBrowser.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MWPhotoBrowser.podspec b/MWPhotoBrowser.podspec index 54b74574f..18cad37e1 100644 --- a/MWPhotoBrowser.podspec +++ b/MWPhotoBrowser.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'MWPhotoBrowser' - s.version = '2.1.3' + s.version = '2.1.4' s.license = 'MIT' s.summary = 'A simple iOS photo and video browser with optional grid view, captions and selections.' s.description = <<-DESCRIPTION @@ -37,12 +37,12 @@ Pod::Spec.new do |s| s.frameworks = 'ImageIO', 'QuartzCore', 'AssetsLibrary', 'MediaPlayer' s.weak_frameworks = 'Photos' - s.dependency 'MBProgressHUD', '~> 1.0.0' + s.dependency 'MBProgressHUD', '~> 1.1.0' s.dependency 'DACircularProgress', '~> 2.3.1' # SDWebImage # 3.7.2 contains bugs downloading local files # https://github.com/rs/SDWebImage/issues/1109 - s.dependency 'SDWebImage', '~> 3.8.2' + s.dependency 'SDWebImage', '~> 5.4.0' end From 8d08e1911326d7b40b8ecb364edf4fce8b65670d Mon Sep 17 00:00:00 2001 From: Jacklin Date: Sat, 4 Apr 2020 19:04:00 +0800 Subject: [PATCH 3/3] update podspec --- MWPhotoBrowser.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MWPhotoBrowser.podspec b/MWPhotoBrowser.podspec index 18cad37e1..6fc6de84c 100644 --- a/MWPhotoBrowser.podspec +++ b/MWPhotoBrowser.podspec @@ -43,6 +43,6 @@ Pod::Spec.new do |s| # SDWebImage # 3.7.2 contains bugs downloading local files # https://github.com/rs/SDWebImage/issues/1109 - s.dependency 'SDWebImage', '~> 5.4.0' + s.dependency 'SDWebImage', '~> 4.0.0' end