summaryrefslogtreecommitdiff
path: root/plugins/pod
diff options
context:
space:
mode:
authorAlexandre Joly <alexandre.joly@futurecom.ch>2013-09-10 09:14:24 +0200
committerAlexandre Joly <alexandre.joly@futurecom.ch>2013-09-10 09:14:24 +0200
commitf6fb34845d31a840c73416f138dae1761ea4adb9 (patch)
tree9f055b538fecbf4f4a8aa462246b68e8728b267b /plugins/pod
parentdff966afad231f66f6e7345383412682992f9e84 (diff)
downloadzsh-f6fb34845d31a840c73416f138dae1761ea4adb9.tar.gz
zsh-f6fb34845d31a840c73416f138dae1761ea4adb9.tar.bz2
zsh-f6fb34845d31a840c73416f138dae1761ea4adb9.zip
updated the arguments list to the newest version (0.24.0) of cocoapods
Diffstat (limited to 'plugins/pod')
-rw-r--r--plugins/pod/_pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/pod/_pod b/plugins/pod/_pod
index 563fa5e66..6dd8b6371 100644
--- a/plugins/pod/_pod
+++ b/plugins/pod/_pod
@@ -3,18 +3,19 @@
# -----------------------------------------------------------------------------
# FILE: _pod
-# DESCRIPTION: Cocoapods autocomplete plugin for Oh-My-Zsh
+# DESCRIPTION: Cocoapods (0.24.0) autocomplete plugin for Oh-My-Zsh
# http://cocoapods.org
# AUTHOR: Alexandre Joly (alexandre.joly@mekanics.ch)
# GITHUB: https://github.com/mekanics
# TWITTER: @jolyAlexandre
-# VERSION: 0.0.1
+# VERSION: 0.0.2
# LICENSE: MIT
# -----------------------------------------------------------------------------
local -a _1st_arguments
_1st_arguments=(
'help:Show help for the given command.'
+ 'init:Generate a Podfile for the current directory.'
'install:Install project dependencies'
'ipc:Inter-process communication'
'list:List pods'