1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-22 06:13:28 +02:00

pod: add README (#8257)

This commit is contained in:
Marc Cornellà
2019-10-15 23:27:31 +02:00
committed by GitHub
+10
View File
@@ -0,0 +1,10 @@
# pod
This plugin adds completion for [`CocoaPods`](https://cocoapods.org/).
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:
```zsh
plugins=(... pod)
```