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
Do not get confused just open up the existing file and added the numbers of pod file below the existing pods.
Further, go to terminal and open up your project and run command:
$ pod install
(This command will only add on the new pod without disturbing your existing pods)