Remove / Uninstall / Deintegrate CocoaPods from your xcode ios project

Haiyesbye
1 min readSep 10, 2015

--

Why do that? if, for example, you want to install carthage, because it’s more simple and doesn’t get involved in xcode’s build project and more composable (the unix way) bla bla bla.

sudo gem install cocoapods-deintegrate cocoapods-clean
pod deintegrate && pod clean
rm Podfile

You’re free of CocoaPods. Enjoy.

--

--