π€ About
CocoaPod Matcher is a Homebrew package to assign missing version numbers to dependencies listed in a Podfile
. It does so by scanning the Podfile.lock
and assigning the installed version numbers back to the Podfile
.
You can check it out on GitHub here
β‘οΈπ» Installation
Installation is as simple as it always is with Homebrew packages. First just add the new tap
brew tap mapierce/homebrew-taps
And the install the package with
brew install cocoapod-matcher
And youβre good to go!
π©βπ» How to use
As you would expect, you need a Podfile
, and a Podfile.lock
in the directory you run from, otherwise youβll see the error:
A Podfile and/or a Podfile.lock were not found in the current directory
Once you do run from a suitable directory, your Podfile
will automatically update.
π¨βπ©βπ§βπ¦ Contributing
If you run into any problems, please submit an issue. Pull requests are also welcome! By contributing to CocoaPod-Matcher you agree that your contributions will be licensed under its MIT license.
If CocoaPod-Matcher helps you out, Iβd love to hear from you on Twitter !
πββοΈ Author
CocoaPod-Matcher was created by Matthew Pierce ( @PierceMatthew )
π License
CocoaPod-Matcher is available under the MIT license. See the LICENSE file for more info.