From ae965ae9401611f8b3cf3982c9f24ec6f8ae6a36 Mon Sep 17 00:00:00 2001 From: aaronschubert0 Date: Tue, 23 Feb 2016 10:29:43 +0000 Subject: [PATCH] Disable PINRemoteImage Probably won't work but easier than writing support for PINRemoteImage --- AsyncDisplayKit.podspec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index d2c525fc5e..bcc1cbf29b 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -49,14 +49,14 @@ 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' - 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' + # end # Include optional FLAnimatedImage module - spec.default_subspec = 'PINRemoteImage' + //spec.default_subspec = 'PINRemoteImage' spec.social_media_url = 'https://twitter.com/fbOpenSource' spec.library = 'c++'