Split framework dependencies into separate subspecs to reduce binary size and dynamic linking time when they're not needed (#1028)

This commit is contained in:
Adlai Holler
2018-07-14 11:10:19 -07:00
committed by GitHub
parent 0dc97fbb2f
commit 5cad23b925
9 changed files with 96 additions and 37 deletions

View File

@@ -15,8 +15,11 @@
// http://www.apache.org/licenses/LICENSE-2.0
//
#import <Foundation/Foundation.h>
#import <AsyncDisplayKit/ASAvailability.h>
#if TARGET_OS_IOS && AS_USE_MAPKIT
#import <AsyncDisplayKit/ASImageNode.h>
#if TARGET_OS_IOS
#import <MapKit/MapKit.h>
NS_ASSUME_NONNULL_BEGIN