oh-my-zsh/plugins/pod
alasdair e68193acae ## Summary
This pull request will update the Cocapods auto-complete plugin, `pod`, to the latest Cocoapods release, `1.0.1`. Currently `pod` is stuck on version `0.33` of the Cocoapods.

### How

The Cocoapods team have released their own auto-complete script generation tool. This tool generates scripts for a properly configured Z shell.

```gem install claide-completion
git clone git@github.com:robbyrussell/oh-my-zsh.git
cd oh-my-zsh
pod --completion-script > ./plugins/pod/_pod```
2016-07-11 15:28:40 +01:00
..
_pod ## Summary 2016-07-11 15:28:40 +01:00