podenv icon indicating copy to clipboard operation
podenv copied to clipboard

CocoaPods version manager

Results 8 podenv issues
Sort by recently updated
recently updated
newest added

I've installed `podenv` and `rbenv-gemset` both with `homebrew` I tried to install a version of `cocoapods` Then `cocoapods` is installed in `/usr/local/var/rbenv/versions/2.3.1/gemsets/global/gems` It should be in `~/.podenv/versions` I guess. What...

I'm using AppCode recently, I've found AppCode doesn't support `podenv` Do you have any schedule about this?

The header of the scripts in `podenv` are all bash, can it be other? such as zsh or fish. or sh(I am not sure) ``` #!/usr/bin/env bash ```

Hi, first of all thanks for this! Love it. I have a request for the feature: `pod install` should install the Pod version if hasn't been found ``` /usr/local/Cellar/podenv/1.0.0/bin/../libexec/podenv-exec: line...

Great tool! In light of [this news](http://blog.cocoapods.org/Sharding/), my team is finding `podenv` to be a great way to manage multiple versions of CocoaPods. After installing `podenv` for the first time...

In jenkins job , i am setting up COCOAPODS_VERSION=1.4.0 but it is not picking up the correct version and instead using the old.

I am trying to install the latest version of Cocoapods. But I am getting this error: ``` ERROR: Could not find a valid gem 'cocoapods' (= 1.1.1) in any repository...