Skip to content

jcampbell05/cocoapods-deploy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

cocoapods-deploy

CocoaPods Deploy is a plugin which tries to mimic the behaviour of bundlers --deployment mode.

The goal is to download and install the specific dependency versions from the Podfile.lock without having to pull down the full CocoaPods specs repo.

Installation

$ gem install cocoapods-deploy

Usage

$ pod deploy

This will look at the dependencies in your Podfile.lock and will install them up to 85% faster than pod install. If you don't have a Podfile.lock then you will still need to run pod install and pod update first.

About

Bundle --deployment but for CocoaPods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages