BDParseLock

BDParseLock是一款用于分析Podfile.lock的工具,可以将Podfile.lock直接转化成Podfile.适用于大型项目的依赖打平

Installation

Add this line to your application's Gemfile:

gem 'BDParseLock'

And then execute:

$ bundle

Or install it yourself as:

$ gem install BDParseLock

Usage

➜  ~ BDParseLock

Usage:
      $ BDParseLock COMMAND
      BDParseLock is a tool for Parsing Podfile.lock

Commands:

      + podfile  Gerator a new Podfile accounding to Podfile.lock
      + vjson Generator a JSON file contain all Pod version accounding to Podfile.lock

BDParseLock的使用十分简单,只需要输入Podfile.lock的绝对路径即可产生依赖完全解析后的新Podfile文件

BDParseLock podfile xxx/Podfile.lock

  A new Podfile is generated 👉 Podfile_Temp

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the BDParseLock project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.