I want to install specific dependency using cocoapods. if I execute pod install, other dependencies are getting updated before installing my newly adde
cocoapods
pod install
To Skip running pod repo update before install.Use
pod install --no-repo-update