Remove or uninstall library previously added : cocoapods

Lithu T.V picture Lithu T.V · Dec 6, 2012 · Viewed 192.2k times · Source

I added an external framework via cocoapods into my iOS application. How can i remove that library from the project?

Answer

fannheyward picture fannheyward · Dec 7, 2012

Remove lib from Podfile, then pod install again.