Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 47f9084

Browse files
garrettmoonappleguy
authored andcommitted
Include latest version of PINRemoteImage and PINCache (#2565)
1 parent 72eb924 commit 47f9084

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AsyncDisplayKit.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Pod::Spec.new do |spec|
5959

6060
spec.subspec 'PINRemoteImage' do |pin|
6161
pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' }
62-
pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.5'
62+
pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.6'
63+
pin.dependency 'PINRemoteImage/PINCache'
6364
pin.dependency 'AsyncDisplayKit/Core'
6465
end
6566

0 commit comments

Comments
 (0)