Remove dependency from pod
问题 How do I remove dependency from a pod? I have a podfile with pod 'GData' which seems to be broken, because it generates 163 duplicate symbols errors. I think I know what it is. While installing this can be observed: Installing GTMHTTPFetcher (1.141) Installing gtm-http-fetcher (1.0.141) [!] GTMHTTPFetcher has been deprecated in favor of gtm-http-fetcher One of these is not needed. So to remove it I try to modify podfile to use custom, local podspec file: podspec :path => '~/GData.podspec.json