[Cocoapods] Update PINCache dependency to include performance improvements

Includes PINCache 3 beta (in latest PINRemoteImage release) AND Update master version number to 2.0-beta.1 ahead of API changes
This commit is contained in:
Hannah Troisi 2016-08-02 23:01:02 -07:00 committed by GitHub
parent e58136de58
commit 76a81b2a57

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'AsyncDisplayKit'
spec.version = '1.9.90'
spec.version = '2.0-beta.1'
spec.license = { :type => 'BSD' }
spec.homepage = 'http://asyncdisplaykit.org'
spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.com', 'Ryan Nystrom' => 'rnystrom@fb.com' }
@ -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