Add new pods.

- RxSwift
- RXCocoa
This commit is contained in:
Qiu Yuzhou
2017-03-17 23:08:52 +08:00
parent 0bbc55748c
commit 24836d203a
227 changed files with 23130 additions and 572 deletions

View File

@ -92,11 +92,15 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then
install_framework "$BUILT_PRODUCTS_DIR/Alamofire/Alamofire.framework"
install_framework "$BUILT_PRODUCTS_DIR/GCDWebServer/GCDWebServer.framework"
install_framework "$BUILT_PRODUCTS_DIR/MASShortcut/MASShortcut.framework"
install_framework "$BUILT_PRODUCTS_DIR/RxCocoa/RxCocoa.framework"
install_framework "$BUILT_PRODUCTS_DIR/RxSwift/RxSwift.framework"
fi
if [[ "$CONFIGURATION" == "Release" ]]; then
install_framework "$BUILT_PRODUCTS_DIR/Alamofire/Alamofire.framework"
install_framework "$BUILT_PRODUCTS_DIR/GCDWebServer/GCDWebServer.framework"
install_framework "$BUILT_PRODUCTS_DIR/MASShortcut/MASShortcut.framework"
install_framework "$BUILT_PRODUCTS_DIR/RxCocoa/RxCocoa.framework"
install_framework "$BUILT_PRODUCTS_DIR/RxSwift/RxSwift.framework"
fi
if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
wait