Contents

swiftyfinch/pods

## Using `CocoaPods` in a more convenient way ☕️

Using `CocoaPods` in a more convenient way ☕️

🦄 Automagically adding prefix bundle exec if Gemfile is found<br> 🚑 Handling Bundler missing gems error → bundle install<br> 🚑 Handling CocoaPods out-of-date source repos error → pod repo update<br> 🌍 You don't need to manually sync all your aliases between all macs<br> ✨ Output fancy log and animations<br> 🔔 Playing bell sound in the end<br> 🚀 Swiftish!

That utility helps me a lot. I wonder if there is somebody who finds it useful too.<br> It's the Swift version of my older repository 🌱 Pods Install<br> You can read 📖 more in my blog. <br>

Download binary with [Homebrew](https://brew.sh) 🍺

brew tap swiftyfinch/Pods https://github.com/swiftyfinch/Pods.git
brew install pods

Quick start with <a href="https://github.com/yonaskolb/Mint">Mint</a> 🌱

brew install mint
mint install swiftyfinch/pods


# For example, add this to your ~/.zshrc file and relaunch terminal
export PATH=$HOME/.mint/bin:$PATH

Watch 🎬 installation demo<br> It's from my another project, but the idea is the pretty same. <br>

How to use 🏈

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

<br>

Author

Feel free to contact me 📮

Package Metadata

Repository: swiftyfinch/pods

Default branch: main

README: README.md