How to check what version of cocoa pods I need for latest version of SDK that is available.
I need this SDK and I also use another libraries from pods that require cocoapods -v 0.38.2
Where can I check the version of cocoa pods which is compatible with FBSDKCoreKit 4.10.1?
I know that the last version 0.39.0 is compatible with it, but my question is what's the oldest one is available for me.
Unless they specified the spec.cocoapods_version
tag (which they didn't) in their podspec
file you have no way of knowing.