No release in over a year
A Cocoapods plugin that generates the Podfile.lock file without the need to download the Pods files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 13.0

Runtime

~> 1.0
 Project Readme

cocoapods-lockfile

The cocoapods-lockfile is a Cocoapods plugin that works with the install and update commands to generate the Podfile.lock file without the need to download the Pods files.

Installation

$ gem install cocoapods-lockfile

Usage

$ pod install --lockfile-only
# or
$ pod update --lockfile-only