From 5599b76f54c6f505517e2198d0fab92be2a46dec Mon Sep 17 00:00:00 2001 From: Artyom Devyatov Date: Thu, 18 Feb 2016 00:38:22 +0300 Subject: [PATCH] add swift cocoalumberjack --- LeadKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeadKit.podspec b/LeadKit.podspec index 4e7f7013..27f45fb9 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -10,5 +10,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/TouchInstinct/LeadKit.git" } s.source_files = "LeadKit/LeadKit/**/*.swift" - s.dependency "CocoaLumberjack", "2.2.0" + s.dependency "CocoaLumberjack/Swift", "2.2.0" end