Skip to content

Commit

Permalink
Merge pull request #455 from oshamsy/fix_433
Browse files Browse the repository at this point in the history
Fix #433 CocoaLumberjack 2.0.0-rc does not build with Pods
  • Loading branch information
Ernesto Rivera committed Feb 13, 2015
2 parents f4fae0b + b50e29f commit 95f3e9d
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 || __IPHONE_OS_VERSION_MIN_REQUIRED >= 60000
#if OS_OBJECT_USE_OBJC
#define DISPATCH_QUEUE_REFERENCE_TYPE strong
#else
#define DISPATCH_QUEUE_REFERENCE_TYPE assign
Expand Down

0 comments on commit 95f3e9d

Please sign in to comment.