From 19b925e741fa46d2222210469a4dffc34a634ebd Mon Sep 17 00:00:00 2001 From: Janosch Schwalm Date: Tue, 7 Aug 2018 20:42:02 +0200 Subject: use https everywhere (#6574) * use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections. --- plugins/pod/_pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/pod') diff --git a/plugins/pod/_pod b/plugins/pod/_pod index 508a47102..80d23daad 100644 --- a/plugins/pod/_pod +++ b/plugins/pod/_pod @@ -7,7 +7,7 @@ # ----------------------------------------------------------------------------- # FILE: _pod # DESCRIPTION: Cocoapods (0.33.1) autocomplete plugin for Oh-My-Zsh -# http://cocoapods.org +# https://cocoapods.org # Generated with `pod --completion-script # AUTHOR: Alexandre Joly (alexandre.joly@mekanics.ch) # GITHUB: https://github.com/mekanics -- cgit v1.2.3-70-g09d2 From f2be66177d440719dc58ce974077709b9b1b8f33 Mon Sep 17 00:00:00 2001 From: Yasna Kateb 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') 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') 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