]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/pod/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / pod / README.md
1 # pod
2
3 This plugin adds completion for [`CocoaPods`](https://cocoapods.org/).
4 CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects.
5
6 To use it, add `pod` to the plugins array in your zshrc file:
7
8 ```zsh
9 plugins=(... pod)
10 ```