From 088532e8367dd681639e288665a3f0c9619c0cb5 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 16 Sep 2016 16:12:53 -0400 Subject: Fix up GTM_METHOD_CHECK so that it doesn't need the objectivec runtime calls. --- GoogleToolboxForMac.podspec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'GoogleToolboxForMac.podspec') diff --git a/GoogleToolboxForMac.podspec b/GoogleToolboxForMac.podspec index a1bd450..863c387 100644 --- a/GoogleToolboxForMac.podspec +++ b/GoogleToolboxForMac.podspec @@ -41,8 +41,7 @@ Pod::Spec.new do |s| sp.source_files = 'DebugUtils/GTMDebugSelectorValidation.{h,m}', 'DebugUtils/GTMDebugThreadValidation.h', - 'DebugUtils/GTMMethodCheck.{h,m}' - sp.requires_arc = 'DebugUtils/GTMMethodCheck.m' + 'DebugUtils/GTMMethodCheck.h' sp.dependency 'GoogleToolboxForMac/Defines', "#{s.version}" sp.dependency 'GoogleToolboxForMac/Runtime', "#{s.version}" end @@ -56,10 +55,6 @@ Pod::Spec.new do |s| s.subspec 'KVO' do |sp| sp.source_files = 'Foundation/GTMNSObject+KeyValueObserving.{h,m}', - # The symbol in this file is hidden by default, and so - # must be directly included here where it's needed, - # even though it's already included in DebugUtils - 'DebugUtils/GTMMethodCheck.m' sp.dependency 'GoogleToolboxForMac/Core', "#{s.version}" sp.dependency 'GoogleToolboxForMac/DebugUtils', "#{s.version}" sp.dependency 'GoogleToolboxForMac/Runtime', "#{s.version}" -- cgit v1.2.3