File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 7
7
8
8
Pod ::Spec . new do |s |
9
9
s . name = 'GCDWebServer'
10
- s . version = '3.5.3 '
10
+ s . version = '3.5.6 '
11
11
s . author = { 'Pierre-Olivier Latour' => '[email protected] ' }
12
12
s . license = { :type => 'BSD' , :file => 'LICENSE' }
13
- s . homepage = 'https://github.com/swisspol /GCDWebServer'
13
+ s . homepage = 'https://github.com/edrlab /GCDWebServer'
14
14
s . summary = 'Lightweight GCD based HTTP server for OS X & iOS (includes web based uploader & WebDAV server)'
15
15
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 }
17
17
s . ios . deployment_target = '8.0'
18
- s . tvos . deployment_target = '9.0'
19
- s . osx . deployment_target = '10.7'
20
18
s . requires_arc = true
21
19
22
20
s . default_subspec = 'Core'
@@ -27,19 +25,13 @@ Pod::Spec.new do |s|
27
25
cs . requires_arc = true
28
26
cs . ios . library = 'z'
29
27
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'
34
28
end
35
29
36
30
s . subspec 'WebDAV' do |cs |
37
31
cs . dependency 'GCDWebServer/Core'
38
32
cs . source_files = 'GCDWebDAVServer/*.{h,m}'
39
33
cs . requires_arc = true
40
34
cs . ios . library = 'xml2'
41
- cs . tvos . library = 'xml2'
42
- cs . osx . library = 'xml2'
43
35
cs . compiler_flags = '-I$(SDKROOT)/usr/include/libxml2'
44
36
end
45
37
You can’t perform that action at this time.
0 commit comments