Skip to content

Commit

Permalink
declared private header files in podspec, causes crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
aferditamuriqi committed Nov 26, 2019
1 parent 9e3f5af commit 3a5ce79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GCDWebServer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Pod::Spec.new do |s|

s.subspec 'Core' do |cs|
cs.source_files = 'GCDWebServer/**/*.{h,m}'
cs.private_header_files = "GCDWebServer/Core/GCDWebServerPrivate.h"
cs.requires_arc = true
cs.ios.library = 'z'
cs.ios.frameworks = 'MobileCoreServices', 'CFNetwork'
Expand Down

0 comments on commit 3a5ce79

Please sign in to comment.