aboutsummaryrefslogtreecommitdiff
path: root/GoogleToolboxForMac.podspec
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-09-16 16:14:20 -0400
committerGravatar GitHub <noreply@github.com>2016-09-16 16:14:20 -0400
commit57eeab4193210df8ab0c81e9d3f1ee1ad3e24492 (patch)
treeee4b552ae18484db6993eae459f209ee704b75a8 /GoogleToolboxForMac.podspec
parent2d6ac0199f7001cffada7058c9014f8de092300a (diff)
parent088532e8367dd681639e288665a3f0c9619c0cb5 (diff)
Merge pull request #124 from thomasvl/update
Small updates
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}"