Xcode – Automate CocoaPods installation with the right version
I start working on an existing project and it uses Cocoapods as a dependency manager and this is my first time using it. After installation, I ran pod init and then add dependencies one by one by hand and used…