From f2be66177d440719dc58ce974077709b9b1b8f33 Mon Sep 17 00:00:00 2001
From: Yasna Kateb <yasnakatebzadeh@gmail.com>
Date: Mon, 14 Oct 2019 13:05:12 +0330
Subject: Added README for pod

---
 plugins/pod/README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 plugins/pod/README.md

(limited to '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)
+```
-- 
cgit v1.2.3-70-g09d2


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: Update README

---
 plugins/pod/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins/pod/README.md')

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:
-- 
cgit v1.2.3-70-g09d2