Skip to content

Commit

Permalink
Merge pull request #3 from edrlab/develop
Browse files Browse the repository at this point in the history
fixes crashing
  • Loading branch information
aferditamuriqi authored Nov 26, 2019
2 parents b9fd1dd + 6e40019 commit 680ab47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GCDWebServer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|
s.name = 'GCDWebServer'
s.version = '3.6.0'
s.version = '3.6.1'
s.author = { 'Pierre-Olivier Latour' => '[email protected]' }
s.license = { :type => 'BSD', :file => 'LICENSE' }
s.homepage = 'https://github.com/edrlab/GCDWebServer'
Expand All @@ -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 680ab47

Please sign in to comment.