Fix asdk again (#2446)

* Man whoever is maintaining PINRemoteImage really needs to get theirselves together!

* Learning from previous mistakes, we should set a specific version on this.
This commit is contained in:
Garrett Moon
2016-10-20 15:43:32 -07:00
committed by Adlai Holler
parent 41c0781aa9
commit 46cf1e3032

View File

@@ -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