From 24cf0906133a6b2aedf250cef6940cb627e44d58 Mon Sep 17 00:00:00 2001 From: Cameron Pulsford Date: Mon, 10 Aug 2020 11:29:12 -0400 Subject: [PATCH] Match Texture dependency. --- NYTPhotoViewer.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NYTPhotoViewer.podspec b/NYTPhotoViewer.podspec index dce25f39..2d4b28c8 100644 --- a/NYTPhotoViewer.podspec +++ b/NYTPhotoViewer.podspec @@ -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. @@ -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