What\'s the right way of removing CocoaPods from a project? I want to remove the whole CocoaPod. Due to some limitations imposed by my client I can\'t use it. I need to have
I don't think you need to deintegrate anymore. I was able to do it with the following command in terminal:
pod install
and it automatically removed the ones that are no longer in the podfile