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. N
afnetworking
nyximagekit
Remove the pod from your podfile, then run pod install again.
pod install