Skip to content

ronnnnn/asdf-cocoapods

Repository files navigation

asdf-cocoapods Build Lint

cocoapods plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • Ruby (>= 1.9)
  • Bundler: make downloaded cocoapods binary executable.

Recommendation

Use Ruby and Bundler installed via asdf.

Install

Plugin:

asdf plugin add cocoapods
# or
asdf plugin add cocoapods https://github.com/ronnnnn/asdf-cocoapods.git

cocoapods:

# Show all installable versions
asdf list-all cocoapods

# Install specific version
asdf install cocoapods latest

# Set a version globally (on your ~/.tool-versions file)
asdf global cocoapods latest

# Now cocoapods commands are available
pod --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Seiya Kokushi