7 lines
451 B
Plaintext
7 lines
451 B
Plaintext
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/SWTableViewCell"
|
|
LIBRARY_SEARCH_PATHS = $(inherited) "$CONFIGURATION_BUILD_DIR/SWTableViewCell"
|
|
OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/SWTableViewCell"
|
|
OTHER_LDFLAGS = $(inherited) -ObjC -l"SWTableViewCell"
|
|
PODS_ROOT = ${SRCROOT}/Pods
|