Skip to content

Commit

Permalink
Fix Carthage build (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon authored and appleguy committed Nov 7, 2016
1 parent c4a4df7 commit cc00626
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#import "_ASAsyncTransactionContainer+Private.h"

#import "_ASAsyncTransaction.h"
#import "_ASAsyncTransactionContainer.h"
#import "_ASAsyncTransactionGroup.h"
#import <objc/runtime.h>

Expand Down
4 changes: 2 additions & 2 deletions AsyncDisplayKit/Layout/ASStackLayoutElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// of patent rights can be found in the PATENTS file in the same directory.
//

#import <AsyncDisplayKit/ASDimension.h>
#import <AsyncDisplayKit/ASStackLayoutDefines.h>
#import "ASDimension.h"
#import "ASStackLayoutDefines.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
1 change: 1 addition & 0 deletions AsyncDisplayKit/Private/ASDisplayNodeInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#import "ASDisplayNode.h"
#import "ASThread.h"
#import "_ASTransitionContext.h"
#import "ASLayoutElement.h"
#import "ASLayoutTransition.h"
#import "ASEnvironment.h"
#import "ASObjectDescriptionHelpers.h"
Expand Down
3 changes: 2 additions & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
github "pinterest/PINRemoteImage" "3.0.0-beta.2"
github "pinterest/PINRemoteImage" "3.0.0-beta.6"
github "pinterest/PINCache" "3.0.1-beta.2"

0 comments on commit cc00626

Please sign in to comment.