Upgrades to the latest PINRemoteImage (#2414)

This commit is contained in:
Garrett Moon
2016-10-18 08:35:25 -07:00
committed by Adlai Holler
parent 0a5c1f43a8
commit 093653b507
2 changed files with 19 additions and 6 deletions

View File

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