The Lockfile stores information about the pods that were installed by CocoaPods.
It is used in combination with the Podfile to resolve the exact version of
the Pods that should be installed (i.e. to prevent pod install
from
upgrading dependencies).
Moreover it is used as a manifest of an installation to detect which Pods need to be installed or removed.
Object