Skip to content

Commit

Permalink
Fix #433 CocoaLumberjack 2.0.0-rc does not build with Pods
Browse files Browse the repository at this point in the history
  • Loading branch information
bpoplauschi committed Feb 9, 2015
1 parent 3166a16 commit 9b9f089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/DDLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#import "DDLegacyMacros.h"
#endif

#if OS_OBJECT_HAVE_OBJC_SUPPORT
#if OS_OBJECT_HAVE_OBJC_SUPPORT || __IPHONE_OS_VERSION_MIN_REQUIRED >= 60000
#define DISPATCH_QUEUE_REFERENCE_TYPE strong
#else
#define DISPATCH_QUEUE_REFERENCE_TYPE assign
Expand Down

0 comments on commit 9b9f089

Please sign in to comment.