From f2be66177d440719dc58ce974077709b9b1b8f33 Mon Sep 17 00:00:00 2001 From: Yasna Kateb Date: Mon, 14 Oct 2019 13:05:12 +0330 Subject: [PATCH] Added README for pod --- plugins/pod/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/pod/README.md diff --git a/plugins/pod/README.md b/plugins/pod/README.md new file mode 100644 index 000000000..1009a0855 --- /dev/null +++ b/plugins/pod/README.md @@ -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) +```