Increased CocoaLumberjack dependency to 3.x

This commit is contained in:
Pierre-Olivier Latour
2017-07-03 16:43:22 -05:00
parent 9f9509a05e
commit ac788ca906
+1 -1
View File
@@ -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|