How to find out the version of installed cocoa pods?

后端 未结 6 1683
醉梦人生
醉梦人生 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:51

    if You are finding the version of a particular pod installed, then follow below steps:

    1. Open Xcode
    2. Click on "Project Navigator"
    3. Click on "Pods"
    4. Open The Pod you wanna know the version of
    5. Expand it
    6. Expand the "Supporting Files" folder
    7. Click On yourpodname.plist
    8. Read the Bundle Version string, short

提交回复
热议问题