Answers for "update cocoapods version mac"

7

update cocoapods version mac

##CocoaPods manages library dependencies for your Xcode projects.
#install the latest stable version of cocoapods
$ sudo gem install cocoapods

#Update pod 
$ pod setup

#pod version
$ pod --version
Posted by: Guest on September-28-2021
0

mac show cocoapods version

pod --version
Posted by: Guest on June-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language