Skip to content

Commit c65c233

Browse files
garrettmoonappleguy
authored andcommitted
Fix to beta 5 of PINRemoteImage (facebookarchive#2464)
Beta 4 added a PINCache subspec which was required for ASDK. However, Beta 5 reverted this in an attempt to fix automatically updated versions of ASDK. So this patch sets the specific version to beta 5 until we're ready to launch.
1 parent 30a7edf commit c65c233

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

AsyncDisplayKit.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +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.4'
63-
pin.dependency 'PINRemoteImage/PINCache'
62+
pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.5'
6463
pin.dependency 'AsyncDisplayKit/Core'
6564
end
6665

0 commit comments

Comments
 (0)