I experienced before that manipulating CocoaPod installed.
Let's assume I have TheLibrary.swift installed via CocoaPod. Now it's under Pods > Libray > TheLibrary.swift
. It's very bad practice to edit that file. So what is the proper way of editing it? I think I read that it may be done with extension(?), but I am completely unsure about how it is done.
What should I do if I need to edit just one function from that file, for example?
Extending my question, if there are other Supporting Files in the Pods > Library > Supporting Files
, what should be the proper way to take?