Files
PINRemoteImage/Example-tvOS/Pods/Target Support Files/Pods-PINRemoteImage.tvOSExample/Pods-PINRemoteImage.tvOSExample.debug.xcconfig
2016-04-04 16:24:37 -07:00

7 lines
602 B
Plaintext

FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_FRAMEWORK_BUILD_PATH"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
OTHER_CFLAGS = $(inherited) -iquote "$PODS_FRAMEWORK_BUILD_PATH/PINCache.framework/Headers" -iquote "$PODS_FRAMEWORK_BUILD_PATH/PINRemoteImage.framework/Headers"
OTHER_LDFLAGS = $(inherited) -framework "PINCache" -framework "PINRemoteImage"
PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-PINRemoteImage.tvOSExample
PODS_ROOT = ${SRCROOT}/Pods