We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837b7b4 commit 370595cCopy full SHA for 370595c
XcodeEditor.podspec
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7
s.author = { 'Jasper Blues' => '[email protected]' }
8
s.source = { :git => 'https://github.com/jasperblues/XcodeEditor.git', :tag => 'v1.6.4' }
9
s.platform = :osx
10
- s.source_files = 'Source/*.{h,m}', 'Source/Utils/*.{h,m}'
+ s.source_files = 'Source/*.{h,m}', 'Source/Utils/*.{h,m}', 'Source/Include/*.{h,m}'
11
s.requires_arc = true
12
s.ios.deployment_target = '5.0'
13
s.osx.deployment_target = '10.7'
0 commit comments