anyone know how to remove one of the cocoa pods plugin from Xcode project ? For example, I have installed afnetworking
and nyximagekit
in my project. Now, I want to remove nyximagekit
but keep afnetwoking
. How to do that ?
Remove the pod from your podfile, then run pod install
again.