๐ฑ Cozy Pod Install
๐ฆ Automagically adding prefix bundle exec
if Gemfile is found
๐ Handling Bundler missing gems error โ bundle install
๐ Handling CocoaPods out-of-date source repos error โ pod repo update
๐ You don't need to manually sync all your aliases between all macs
โจ Output fancy log and animations
๐ Playing bell sound in the end
๐ Swiftish!
That utility helps me a lot. I wonder if there is somebody who finds it useful too.
It's the Swift version of my older repository ๐ฑ Pods Install
You can read ๐ more in my blog.
Download binary with Homebrew ๐บ
brew tap swiftyfinch/Pods https://github.com/swiftyfinch/Pods.git
brew install pods
Quick start with Mint ๐ฑ
brew install mint
mint install swiftyfinch/pods
# Now on Mint 0.17.0 you'll need to add ~/.mint/bin to your $PATH
# For example, add this to your ~/.zshrc file and relaunch terminal
export PATH=$HOME/.mint/bin:$PATH
Watch ๐ฌ installation demo
It's from my another project, but the idea is the pretty same.
Run in your project directory instead of pod install
:
pods install
# or just
pods
pods "update Alamofire Snapkit"
# or any subcommand
pods "<subcommand>"
# or in quiet mode (like in demo video)
pods -q
Feel free to contact me ๐ฎ