ios - Can I forbid my cocoapods update a specific library? because I want to change it's source code -


is there commands in podfile :forbid or :no-update? don't want update specific libraries. , don't want add library myself.

no, should fork library or use local downloaded copy :path attribute in podfile.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -