updated CocoaLumberjack version for using with the latest cocoapods

This commit is contained in:
Victor Ilyukevich
2012-05-24 16:38:43 +03:00
parent 48d9e93f3d
commit 78e586e12a
@@ -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