Skip to content

Commit

Permalink
Bumped version to 1.5.6,Update SDWebImage to v4.2.1.
Browse files Browse the repository at this point in the history
Bumped version to 1.5.6,Update SDWebImage to v4.2.1.
  • Loading branch information
ko1o committed Nov 3, 2017
1 parent 14707c9 commit 1b0ceb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PYPhotoBrowser.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'PYPhotoBrowser'
s.version = '1.5.5'
s.version = '1.5.6'
s.summary = 'An easy way to browse photo(image) for iOS.'
s.homepage = 'https://github.com/iphone5solo/PYPhotoBrowser'
s.license = 'MIT'
s.authors = {'CoderKo1o' => '[email protected]'}
s.platform = :ios, '7.0'
s.dependency "SDWebImage/GIF", "~> 4.1.0"
s.dependency "SDWebImage/GIF", "~> 4.2.1"
s.dependency "MBProgressHUD"
s.dependency "DACircularProgress"
s.source = {:git => 'https://github.com/iphone5solo/PYPhotoBrowser.git', :tag => s.version}
Expand Down

0 comments on commit 1b0ceb3

Please sign in to comment.