1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-24 07:13:28 +02:00
Files
oh-my-zsh/plugins/pod
..

pod

This plugin adds completion for CocoaPods. CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects.

To use it, add pod to the plugins array in your zshrc file:

plugins=(... pod)