diff --git a/Cartfile b/Cartfile index bdcfff60c..aebf9308e 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ -github "pinterest/PINRemoteImage" "3.0.0-beta.12" -github "pinterest/PINCache" "3.0.1-beta.5" +github "pinterest/PINRemoteImage" "3.0.0-beta.13" +github "pinterest/PINCache" diff --git a/Podfile b/Podfile index 0d8cb0fa2..0ebd8c98c 100644 --- a/Podfile +++ b/Podfile @@ -8,7 +8,7 @@ target :'AsyncDisplayKitTests' do pod 'JGMethodSwizzler', :git => 'https://github.com/JonasGessner/JGMethodSwizzler', :branch => 'master' # Only for buck build - pod 'PINRemoteImage', '3.0.0-beta.10' + pod 'PINRemoteImage', '3.0.0-beta.13' end #TODO CocoaPods plugin instead? diff --git a/Texture.podspec b/Texture.podspec index 5c353ed25..6bc7c1621 100644 --- a/Texture.podspec +++ b/Texture.podspec @@ -45,7 +45,7 @@ Pod::Spec.new do |spec| end spec.subspec 'PINRemoteImage' do |pin| - pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.12' + pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.13' pin.dependency 'PINRemoteImage/PINCache' pin.dependency 'Texture/Core' end