Update to beta 7 of PINRemoteImage - fixes image corruption issues. (#2720)

This commit is contained in:
Garrett Moon
2016-12-06 11:11:00 -08:00
committed by Hannah Troisi
parent 52eb9df366
commit d57760797a

View File

@@ -44,7 +44,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.6'
pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.7'
pin.dependency 'PINRemoteImage/PINCache'
pin.dependency 'AsyncDisplayKit/Core'
end