Skip to content

Commit eb97cf6

Browse files
updated podfile
1 parent 6d9e2c6 commit eb97cf6

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

GCDWebServer.podspec

+3-11
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@
77

88
Pod::Spec.new do |s|
99
s.name = 'GCDWebServer'
10-
s.version = '3.5.3'
10+
s.version = '3.5.6'
1111
s.author = { 'Pierre-Olivier Latour' => '[email protected]' }
1212
s.license = { :type => 'BSD', :file => 'LICENSE' }
13-
s.homepage = 'https://github.com/swisspol/GCDWebServer'
13+
s.homepage = 'https://github.com/edrlab/GCDWebServer'
1414
s.summary = 'Lightweight GCD based HTTP server for OS X & iOS (includes web based uploader & WebDAV server)'
1515

16-
s.source = { :git => 'https://github.com/swisspol/GCDWebServer.git', :tag => s.version.to_s }
16+
s.source = { :git => 'https://github.com/edrlab/GCDWebServer.git', :tag => s.version.to_s }
1717
s.ios.deployment_target = '8.0'
18-
s.tvos.deployment_target = '9.0'
19-
s.osx.deployment_target = '10.7'
2018
s.requires_arc = true
2119

2220
s.default_subspec = 'Core'
@@ -27,19 +25,13 @@ Pod::Spec.new do |s|
2725
cs.requires_arc = true
2826
cs.ios.library = 'z'
2927
cs.ios.frameworks = 'MobileCoreServices', 'CFNetwork'
30-
cs.tvos.library = 'z'
31-
cs.tvos.frameworks = 'MobileCoreServices', 'CFNetwork'
32-
cs.osx.library = 'z'
33-
cs.osx.framework = 'SystemConfiguration'
3428
end
3529

3630
s.subspec 'WebDAV' do |cs|
3731
cs.dependency 'GCDWebServer/Core'
3832
cs.source_files = 'GCDWebDAVServer/*.{h,m}'
3933
cs.requires_arc = true
4034
cs.ios.library = 'xml2'
41-
cs.tvos.library = 'xml2'
42-
cs.osx.library = 'xml2'
4335
cs.compiler_flags = '-I$(SDKROOT)/usr/include/libxml2'
4436
end
4537

0 commit comments

Comments
 (0)