Skip to content

Commit

Permalink
Merge pull request #323 from nytimes/develop
Browse files Browse the repository at this point in the history
Bring develop into master for a 5.0.3 release.
  • Loading branch information
noremac committed Aug 10, 2020
2 parents 65781ed + b9e2147 commit cb7ead3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NYTPhotoViewer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NYTPhotoViewer"
s.version = "5.0.2"
s.version = "5.0.3"

s.description = <<-DESC
NYTPhotoViewer is a slideshow and image viewer that includes double tap to zoom, captions, support for multiple images, interactive flick to dismiss, animated zooming presentation, and more.
Expand All @@ -25,7 +25,8 @@ Pod::Spec.new do |s|
ss.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'ANIMATED_GIF_SUPPORT=1'}

ss.dependency 'NYTPhotoViewer/Core'
ss.dependency 'PINRemoteImage', '~> 3.0.0'
ss.dependency 'PINRemoteImage/iOS', '~> 3.0.0'
ss.dependency 'PINRemoteImage/PINCache'
end

end

0 comments on commit cb7ead3

Please sign in to comment.