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
If you have your first "Podfile.lock" in your project folder, you just have to use
Your "Podfile.lock" has registered the version of your old pod so you don't need to do something else