I wonder how I can delete or update pods in my podfile for a Xcode project?
Eg:
somePod => '1.2' anotherPod => '1.5' How do I remove/uninstall somePod from my Xcode project/podfile?
How do I update anotherPod in my Xcode project/podfile to a newer version?