I want to remove specific dependency using cocoapods. if I execute pod install, other dependencies are getting updated before removing the dependency I want to delete. I just wa
Remove specific pod from podfile and run below command in terminal:
podfile
pod install --no-repo-update
pictorial representation with steps detailed.