How to find out the version of installed cocoa pods?

后端 未结 6 1696
醉梦人生
醉梦人生 2021-01-30 12:26

How to find out the version of installed cocoa pods?

I\'m not asking about the version of the cocoa pods gem, but the version of the pods themselves. Ideally it

6条回答
  •  心在旅途
    2021-01-30 12:49

    To get the version of cocoa pods

    pod --version
    

    To get the version of your pod, look in the Podfile.lock

    When you install or update the pod, you can see the versions of both.

提交回复
热议问题