From c65c233613992bd1fc9f27d134d63122bdfd32a1 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Fri, 21 Oct 2016 17:26:16 -0700 Subject: [PATCH] Fix to beta 5 of PINRemoteImage (#2464) Beta 4 added a PINCache subspec which was required for ASDK. However, Beta 5 reverted this in an attempt to fix automatically updated versions of ASDK. So this patch sets the specific version to beta 5 until we're ready to launch. --- AsyncDisplayKit.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index 9e146ed38d..f5dba4322d 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -59,8 +59,7 @@ Pod::Spec.new do |spec| spec.subspec 'PINRemoteImage' do |pin| pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' } - pin.dependency 'PINRemoteImage/iOS', '>= 3.0.0-beta.4' - pin.dependency 'PINRemoteImage/PINCache' + pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.5' pin.dependency 'AsyncDisplayKit/Core' end