From 9706b851450602fdb0c00cc2d09ba2e4acef2a01 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Fri, 2 Dec 2016 13:29:16 -0800 Subject: [PATCH] Remove files that no longer exist from podfile exclusion (#2697) * Remove files that no longer exist from podfile exclusion * Missed some references to dealloc2main --- AsyncDisplayKit.podspec | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index a3b062d43d..889cdb7e1b 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -30,12 +30,6 @@ Pod::Spec.new do |spec| 'AsyncDisplayKit/TextKit/ASTextKitComponents.h' ] - # ASDealloc2MainObject must be compiled with MRR - core.exclude_files = [ - 'AsyncDisplayKit/Private/_AS-objc-internal.h', - 'AsyncDisplayKit/Details/ASDealloc2MainObject.h', - 'AsyncDisplayKit/Details/ASDealloc2MainObject.m', - ] core.source_files = [ 'AsyncDisplayKit/**/*.{h,m,mm}', 'Base/*.{h,m}', @@ -46,16 +40,6 @@ Pod::Spec.new do |spec| # See https://github.com/facebook/AsyncDisplayKit/issues/1153 'AsyncDisplayKit/TextKit/*.h', ] - core.dependency 'AsyncDisplayKit/ASDealloc2MainObject' - end - - spec.subspec 'ASDealloc2MainObject' do |mrr| - mrr.requires_arc = false - mrr.source_files = [ - 'AsyncDisplayKit/Private/_AS-objc-internal.h', - 'AsyncDisplayKit/Details/ASDealloc2MainObject.h', - 'AsyncDisplayKit/Details/ASDealloc2MainObject.m', - ] end spec.subspec 'PINRemoteImage' do |pin|