Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Mar 11, 2015
1 parent 73a8c8a commit 9737039
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ @implementation DFImageManager (DefaultManager)
+ (id<DFImageManagingCore>)createDefaultManager {
NSMutableArray *managers = [NSMutableArray new];

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-variable"
DFImageProcessor *processor = [DFImageProcessor new];
DFImageCache *cache = [DFImageCache new];
#pragma clang diagnostic pop

#if __has_include("DFImageManagerKit+AFNetworking.h")
id<DFImageManaging> URLImageManager = ({
Expand Down

0 comments on commit 9737039

Please sign in to comment.