Organized source code in subfolders

This commit is contained in:
Pierre-Olivier Latour
2014-04-12 09:11:24 -07:00
parent 0852bf2d05
commit 91b832715a
30 changed files with 141 additions and 117 deletions

View File

@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.default_subspec = 'Core'
s.subspec 'Core' do |cs|
cs.source_files = 'CGDWebServer/*.{h,m}'
cs.source_files = 'CGDWebServer/**/*.{h,m}'
cs.requires_arc = true
cs.ios.library = 'z'
cs.osx.library = 'z'