swift pod automation
-
XCode -> File -> New -> Package... -> Multiplatform -> Library
-
install script
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/kelvinjjwong/spa/main/install)"
-
./build_pod.sh init
-
./build_pod.sh test
-
./build_pod.sh release
./build test
./build release
- /build
- GitHub CLI
- /build_pod.sh
- GitHub CLI
- Cocoapods
- Xcode