Skip to content

Commit

Permalink
Update compatibility with CocoaLumberjack 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rivera-ernesto committed Mar 13, 2015
1 parent abcf7cd commit 505a325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LumberjackConsole.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.preserve_paths = "README.md", "NOTICE"

s.dependency 'NBUCore', '>= 2.0.3'
s.dependency 'CocoaLumberjack', '>= 2.0.0-beta4'
s.dependency 'CocoaLumberjack', '>= 2.0.0'

s.source_files = 'Source/*.{h,m}'
s.resources = 'Source/*.{storyboard}'
Expand Down
2 changes: 1 addition & 1 deletion Source/PTEConsoleLogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// limitations under the License.
//

#import <CocoaLumberjack/DDLog.h>
#import <CocoaLumberjack/CocoaLumberjack.h>

@class PTEConsoleTableView;

Expand Down

0 comments on commit 505a325

Please sign in to comment.