Pod fo SWCells

This commit is contained in:
2016-03-31 15:57:13 +02:00
parent 1abf1a0c2a
commit 3628451317
70 changed files with 4109 additions and 18 deletions
@@ -0,0 +1,6 @@
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