How to check version of a CocoaPods framework

Matrosov Alexander picture Matrosov Alexander · Sep 21, 2013 · Viewed 207.4k times · Source

I have updated Flurry via CocoaPods, but how can I check if Flurry was updated?

I mean the terminal shown me that everything is ok:

Installing FlurrySDK (4.2.3)
Generating Pods project
Integrating client project

but I am not sure that it has been updated.

Answer

MishieMoo picture MishieMoo · Sep 21, 2013

The Podfile.lock keeps track of the resolved versions of each Pod installed. If you want to double check that FlurrySDK is using 4.2.3, check that file.

Note: You should not edit this file. It is auto-generated when you run pod install or pod update