How to check version of a CocoaPods framework

The Solution to How to check version of a CocoaPods framework is


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

~ Answered on 2013-09-21 16:27:53


Most Viewed Questions: