🌱
Cozy pod install
Using pod install in a more convenient way
☕️
bundle exec if Gemfile is found
bundle install
pod repo update
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
You can read
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
It's from my other project, but the idea is the pretty same.
How to use
🏈
Run in your project directory instead of pod install:
pods install
# or just
pods
# or in quiet mode (like in demo video)
pods -q
Author
Vyacheslav Khorkov
Twitter: @SwiftyFinch
Blog: swiftyfinch.github.io
Feel free to contact me