해당 프로젝트에서 cocoapods 삭제 방법
http://stackoverflow.com/questions/16427421/how-to-remove-cocoapods-from-a-projectDelete the standalone files (Podfile Podfile.lock and your Pods directory)Delete the generated xcworkspaceOpen your xcodeproj file, delete the references to Pods.xcconfig and libPods.a (in the Frameworks group)Under your Build Phases delete the Copy Pods Resources, Embed Pods Frameworks andCheck Pods Manifest.lock ..
2016.03.18