From 26d9effdeca53711b9a5c648396c6bf615a58530 Mon Sep 17 00:00:00 2001 From: aaronschubert0 Date: Thu, 25 Feb 2016 09:10:47 +0000 Subject: [PATCH] [tvOS] Remove extra space so that there are no git differences. --- AsyncDisplayKit.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index 2a06115c4a..4872c47f84 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -50,9 +50,9 @@ Pod::Spec.new do |spec| end spec.subspec 'PINRemoteImage' do |pin| - pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' } - pin.dependency 'PINRemoteImage/iOS', '>= 2' - pin.dependency 'AsyncDisplayKit/ASDealloc2MainObject' + pin.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) PIN_REMOTE_IMAGE=1' } + pin.dependency 'PINRemoteImage/iOS', '>= 2' + pin.dependency 'AsyncDisplayKit/ASDealloc2MainObject' end # Include optional FLAnimatedImage module