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
Here you can skip integration of the Pods libraries in the Xcode project(s) by using following command.
pod install --no-integrate
Pod install
Hope this help you.