From 78e586e12a606ff35a4e2fbbaa4f5fa2701a0db5 Mon Sep 17 00:00:00 2001 From: Victor Ilyukevich Date: Thu, 24 May 2012 16:38:43 +0300 Subject: [PATCH] updated CocoaLumberjack version for using with the latest cocoapods --- CocoaLumberjack/1.3.3/CocoaLumberjack.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CocoaLumberjack/1.3.3/CocoaLumberjack.podspec b/CocoaLumberjack/1.3.3/CocoaLumberjack.podspec index 11555ff6..ac8c268d 100644 --- a/CocoaLumberjack/1.3.3/CocoaLumberjack.podspec +++ b/CocoaLumberjack/1.3.3/CocoaLumberjack.podspec @@ -14,6 +14,5 @@ Pod::Spec.new do |s| 'atomic operations, and the dynamic nature of the objective-c runtime.' s.requires_arc = true - s.source_files = 'Lumberjack' - s.clean_paths = 'Benchmarking', 'Xcode', 'Lumberjack/Extensions' + s.source_files = 'Lumberjack', 'Lumberjack/Extensions' end