Fixed source folder name typo!

This commit is contained in:
Pierre-Olivier Latour
2014-04-15 00:13:20 -03:00
parent c1b2b79b06
commit 46ee1a48d6
30 changed files with 4 additions and 4 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 = 'GCDWebServer/**/*.{h,m}'
cs.requires_arc = true
cs.ios.library = 'z'
cs.osx.library = 'z'