Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit ac788ca

Browse files
committed
Increased CocoaLumberjack dependency to 3.x
1 parent 9f9509a commit ac788ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GCDWebServer.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Pod::Spec.new do |s|
3535

3636
s.subspec "CocoaLumberjack" do |cs|
3737
cs.dependency 'GCDWebServer/Core'
38-
cs.dependency 'CocoaLumberjack', '~> 2'
38+
cs.dependency 'CocoaLumberjack', '~> 3'
3939
end
4040

4141
s.subspec 'WebDAV' do |cs|

0 commit comments

Comments
 (0)