aboutsummaryrefslogtreecommitdiff
path: root/GoogleToolboxForMac.podspec
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-09-16 16:12:53 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2016-09-16 16:12:53 -0400
commit088532e8367dd681639e288665a3f0c9619c0cb5 (patch)
treeee4b552ae18484db6993eae459f209ee704b75a8 /GoogleToolboxForMac.podspec
parent3da7e0c8de4adf4f923d5c6dee2fb3c9835a39f0 (diff)
Fix up GTM_METHOD_CHECK so that it doesn't need the objectivec runtime calls.
Diffstat (limited to 'GoogleToolboxForMac.podspec')
-rw-r--r--GoogleToolboxForMac.podspec7
1 files changed, 1 insertions, 6 deletions
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}"