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

Commit

Permalink
Increased CocoaLumberjack dependency to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Jul 3, 2017
1 parent 9f9509a commit ac788ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GCDWebServer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Pod::Spec.new do |s|

s.subspec "CocoaLumberjack" do |cs|
cs.dependency 'GCDWebServer/Core'
cs.dependency 'CocoaLumberjack', '~> 2'
cs.dependency 'CocoaLumberjack', '~> 3'
end

s.subspec 'WebDAV' do |cs|
Expand Down

0 comments on commit ac788ca

Please sign in to comment.