mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-29 22:36:09 +08:00
[Cocoapods] Update PINCache dependency to include performance improvements
Includes PINCache 3 beta (in latest PINRemoteImage release)
This commit is contained in:
committed by
Scott Goodson
parent
4c55f9555c
commit
99d2a3ced0
@@ -59,7 +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.2'
|
||||
pin.dependency 'PINRemoteImage/iOS', '>= 3.0.0-beta.3'
|
||||
pin.dependency 'AsyncDisplayKit/Core'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user