Skip to content

Commit 51e8dbe

Browse files
committed
swisspol#41 Fixed linking issues with Podspec
1 parent 4a3d453 commit 51e8dbe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

GCDWebServer.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Pod::Spec.new do |s|
2424
cs.source_files = 'GCDWebServer/**/*.{h,m}'
2525
cs.requires_arc = true
2626
cs.ios.library = 'z'
27+
cs.ios.frameworks = 'MobileCoreServices', 'CFNetwork'
2728
cs.osx.library = 'z'
29+
cs.osx.framework = 'SystemConfiguration'
2830
cs.compiler_flags = '-DNDEBUG' # TODO: Only set this for Release configuration
2931
end
3032

0 commit comments

Comments
 (0)