Skip to content

jcampbell05/cocoapods-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
James Campbell
May 28, 2017
dd1ddb1 · May 28, 2017
May 28, 2017
Mar 15, 2016
Mar 4, 2016
Mar 4, 2016
Apr 20, 2016
Mar 4, 2016
Mar 8, 2016
Mar 8, 2016
May 28, 2017

Repository files navigation

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.