Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
#41 Fixed linking issues with Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Apr 18, 2014
1 parent 4a3d453 commit 51e8dbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GCDWebServer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 51e8dbe

Please sign in to comment.