Skip to content

Commit

Permalink
Update MWPhotoBrowser.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
iamqk authored Sep 2, 2022
1 parent cd21065 commit 243b69e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MWPhotoBrowser.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'MWPhotoBrowser'
s.version = '2.1.2'
s.version = '2.1.2.2'
s.license = 'MIT'
s.summary = 'A simple iOS photo and video browser with optional grid view, captions and selections.'
s.description = <<-DESCRIPTION
Expand All @@ -25,7 +25,7 @@ Pod::Spec.new do |s|

s.source = {
:git => 'https://github.com/iamqk/MWPhotoBrowser.git',
:tag => '2.1.2'
:tag => '2.1.2.2'
}
s.platform = :ios, '7.0'
s.source_files = 'Pod/Classes/**/*'
Expand All @@ -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', '~> 4.0.0'
s.dependency 'SDWebImage', '~> 4.4.8'

end

0 comments on commit 243b69e

Please sign in to comment.