Skip to content

Commit

Permalink
Fix pod lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
phatmann committed Nov 5, 2015
1 parent 2fa5cea commit 0852eed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AMYServer/AMYServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2013 Brian Nickel. All rights reserved.
//

#import <KIF.h>
#import <KIF/KIF.h>
#import "AMYRequest.h"

@interface AMYServer : KIFTestActor
Expand Down
4 changes: 2 additions & 2 deletions AMYServer/AMYServer.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#import "_AMYURLProtocol.h"
#import "_AMYMocktailResponse.h"
#import "AMYRequest.h"
#import <NSBundle-KIFAdditions.h>
#import <NSError-KIFAdditions.h>
#import <KIF/NSBundle-KIFAdditions.h>
#import <KIF/NSError-KIFAdditions.h>

@implementation AMYServer

Expand Down
2 changes: 1 addition & 1 deletion AMYServer/_AMYMocktailResponse.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#import <Foundation/Foundation.h>
#import "_AMYMocktailResponse.h"
#import <GRMustache.h>
#import <GRMustache/GRMustache.h>

NSString * const _AMYMocktailFileExtension = @"tail";

Expand Down
2 changes: 1 addition & 1 deletion AMYServer/_AMYURLProtocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import <KIFTestActor.h>
#import <KIF/KIFTestActor.h>

@class AMYRequest;

Expand Down

0 comments on commit 0852eed

Please sign in to comment.