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
pod repo update && pod update 'YOURPOD'