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

Commit 36a1ac4

Browse files
author
Hannah Troisi
authored
[Cocoapods] Update PINCache dependency to include performance improvements
Includes PINCache 3 beta (in latest PINRemoteImage release)
1 parent d5a7c19 commit 36a1ac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsyncDisplayKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ 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.2'
62+
pin.dependency 'PINRemoteImage/iOS', '>= 3.0.0-beta.3'
6363
pin.dependency 'AsyncDisplayKit/Core'
6464
end
6565

0 commit comments

Comments
 (0)