0.01
No commit activity in last 3 years
No release in over 3 years
Implement's bundler's --deployment functionality in CocoaPods.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

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.