Skip to content

Commit

Permalink
Merge pull request #322 from nytimes/texture
Browse files Browse the repository at this point in the history
Modify PINRemoteImage dependency
  • Loading branch information
noremac authored Aug 10, 2020
2 parents f8ea59e + 24cf090 commit b9e2147
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 b9e2147

Please sign in to comment.