From f2be66177d440719dc58ce974077709b9b1b8f33 Mon Sep 17 00:00:00 2001 From: Yasna Kateb Date: Mon, 14 Oct 2019 13:05:12 +0330 Subject: [PATCH 1/2] 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) +``` From c1bc062e6b56e03fe0b8b31df9520941d219b43f Mon Sep 17 00:00:00 2001 From: yasnakateb <37741028+yasnakateb@users.noreply.github.com> Date: Mon, 14 Oct 2019 13:06:20 +0330 Subject: [PATCH 2/2] Update README --- plugins/pod/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pod/README.md b/plugins/pod/README.md index 1009a0855..0a3cc7a36 100644 --- a/plugins/pod/README.md +++ b/plugins/pod/README.md @@ -1,6 +1,6 @@ # pod -This plugin adds completion for [`CocoaPods`](https://cocoapods.org/) +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: