Files
Georges Boumis 37daa1ebfe 2.20 Decouple AppearanceKit from ContentKit & RepresentationKit
Renders AppearanceKit dependencies on ContentKit & RepresentationKit
optional.

You can now use AppearanceKit without importing ContentKit &
RepresentationKit.

To avoid importing ContentKit & RepresentationKit comment the
dependencies in AppearanceKit.podspec.
2020-07-15 10:50:37 +02:00

12 lines
641 B
Plaintext

CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/AppearanceKit
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ContentKit" "${PODS_CONFIGURATION_BUILD_DIR}/RepresentationKit"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_ROOT = ${SRCROOT}
PODS_TARGET_SRCROOT = ${PODS_ROOT}/../..
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
SKIP_INSTALL = YES
USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES