Skip to content

Commit

Permalink
updated podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aferditamuriqi committed Nov 26, 2019
1 parent 6d9e2c6 commit eb97cf6
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions GCDWebServer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@

Pod::Spec.new do |s|
s.name = 'GCDWebServer'
s.version = '3.5.3'
s.version = '3.5.6'
s.author = { 'Pierre-Olivier Latour' => 'info@pol-online.net' }
s.license = { :type => 'BSD', :file => 'LICENSE' }
s.homepage = 'https://github.com/swisspol/GCDWebServer'
s.homepage = 'https://github.com/edrlab/GCDWebServer'
s.summary = 'Lightweight GCD based HTTP server for OS X & iOS (includes web based uploader & WebDAV server)'

s.source = { :git => 'https://github.com/swisspol/GCDWebServer.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/edrlab/GCDWebServer.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.7'
s.requires_arc = true

s.default_subspec = 'Core'
Expand All @@ -27,19 +25,13 @@ Pod::Spec.new do |s|
cs.requires_arc = true
cs.ios.library = 'z'
cs.ios.frameworks = 'MobileCoreServices', 'CFNetwork'
cs.tvos.library = 'z'
cs.tvos.frameworks = 'MobileCoreServices', 'CFNetwork'
cs.osx.library = 'z'
cs.osx.framework = 'SystemConfiguration'
end

s.subspec 'WebDAV' do |cs|
cs.dependency 'GCDWebServer/Core'
cs.source_files = 'GCDWebDAVServer/*.{h,m}'
cs.requires_arc = true
cs.ios.library = 'xml2'
cs.tvos.library = 'xml2'
cs.osx.library = 'xml2'
cs.compiler_flags = '-I$(SDKROOT)/usr/include/libxml2'
end

Expand Down

0 comments on commit eb97cf6

Please sign in to comment.