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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -