Skip to content
This repository was archived by the owner on Dec 13, 2017. It is now read-only.

Commit 6ff672c

Browse files
committed
Update to CocoaLumberjack 2.2.0
1 parent d25e21b commit 6ff672c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Classes/WPImageMeta.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "WPImageMeta.h"
2-
#import "NSObject+SafeExpectations.h"
2+
#import <NSObject-SafeExpectations/NSObject+SafeExpectations.h>
33

44
static NSString *const MetaKeyAlign = @"align";
55
static NSString *const MetaKeyAlt = @"alt";

WordPress-iOS-Editor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.prefix_header_file = "Classes/WordPress-iOS-Editor-Prefix.pch"
1919
s.exclude_files = 'Classes/exclude'
2020
s.requires_arc = true
21-
s.dependency 'CocoaLumberjack', '2.0.0'
21+
s.dependency 'CocoaLumberjack', '~> 2.2.0'
2222
s.dependency 'WordPress-iOS-Shared', '~>0.5.0'
2323
s.dependency 'WordPressCom-Analytics-iOS', '~>0.1.0'
2424
s.dependency 'NSObject-SafeExpectations', '~>0.0.2'

0 commit comments

Comments
 (0)