From dd8788526919672c559d341e137efd439cb680cf Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Tue, 3 May 2016 15:47:54 -0700 Subject: [PATCH] beta 2 of PINRemoteImage *should* work with tvos without a subspec --- AsyncDisplayKit.podspec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index cc4eff21b4..596351abdc 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -54,7 +54,7 @@ Pod::Spec.new do |spec| spec.subspec 'PINRemoteImage' do |pin| pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' } - pin.dependency 'PINRemoteImage/iOS', '>= 2.1.4' + pin.dependency 'PINRemoteImage/iOS', '>= 3.0.0-beta.2' pin.dependency 'AsyncDisplayKit/Core' end @@ -69,6 +69,5 @@ Pod::Spec.new do |spec| } spec.ios.deployment_target = '7.0' -# Uncomment when fixed: The platform of the target `Pods` (tvOS 9.0) is not compatible with `PINRemoteImage/iOS (2.1.4)`, which does not support `tvos`.) during validation -# spec.tvos.deployment_target = '9.0' + spec.tvos.deployment_target = '9.0' end