Skip to content

Commit 370595c

Browse files
committed
Fixed podspec
1 parent 837b7b4 commit 370595c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XcodeEditor.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
77
s.author = { 'Jasper Blues' => '[email protected]' }
88
s.source = { :git => 'https://github.com/jasperblues/XcodeEditor.git', :tag => 'v1.6.4' }
99
s.platform = :osx
10-
s.source_files = 'Source/*.{h,m}', 'Source/Utils/*.{h,m}'
10+
s.source_files = 'Source/*.{h,m}', 'Source/Utils/*.{h,m}', 'Source/Include/*.{h,m}'
1111
s.requires_arc = true
1212
s.ios.deployment_target = '5.0'
1313
s.osx.deployment_target = '10.7'

0 commit comments

Comments
 (0)