From 151d056d7aa40e3d8e0d360afa79e8e82dcc3ccd Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Fri, 30 Jun 2017 13:41:27 -0700 Subject: [PATCH] Update to the latest betas of PINRemoteImage and PINCache (#403) --- Cartfile | 4 ++-- Texture.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cartfile b/Cartfile index 4b23467c6c..93ba674369 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ -github "pinterest/PINRemoteImage" "3.0.0-beta.10" -github "pinterest/PINCache" "3.0.1-beta.4" +github "pinterest/PINRemoteImage" "3.0.0-beta.11" +github "pinterest/PINCache" "3.0.1-beta.5" diff --git a/Texture.podspec b/Texture.podspec index d51f08bdac..5cb0b9366a 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.10' + pin.dependency 'PINRemoteImage/iOS', '= 3.0.0-beta.11' pin.dependency 'PINRemoteImage/PINCache' pin.dependency 'Texture/Core' end