#41 Fixed linking issues with Podspec

This commit is contained in:
Pierre-Olivier Latour
2014-04-18 18:38:17 -03:00
parent 4a3d4537a3
commit 9330330ff4

View File

@@ -24,7 +24,9 @@ Pod::Spec.new do |s|
cs.source_files = 'GCDWebServer/**/*.{h,m}'
cs.requires_arc = true
cs.ios.library = 'z'
cs.ios.frameworks = 'MobileCoreServices', 'CFNetwork'
cs.osx.library = 'z'
cs.osx.framework = 'SystemConfiguration'
cs.compiler_flags = '-DNDEBUG' # TODO: Only set this for Release configuration
end