> pod install --repo-update
> sudo gem install cocoapods
> cd <project>
> pod init
> vi Podfile
> pod install
Close project. Reopen with workspace file. Use.
How to search for pod from command line (better than web)
> pod repo update
> pod search firebase
- pod 'AppDynamicsAgent', '~> 2020.3.0'
> pod install
Note: If you pod isnt found and it comes from custom repos run
pod repo update
.