Update to the latest betas of PINRemoteImage and PINCache (#403)

This commit is contained in:
Garrett Moon 2017-06-30 13:41:27 -07:00 committed by GitHub
parent 55ea108e32
commit 151d056d7a
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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