How and where can i found out which version of the frameworks is preferred to install via cocoapods for different iOS sdks?[some times it shows error incompatible version used]
For example I want to install Restkit.Which will be the statement i need to add in the pod as version number.How it can be identified?
Just have a look at their pod specification (e.g. pod spec for RestKit 0.20.0pre2). There are a couple of lines stating which platform this is based on
So if you want to use RestKit 0.20.0pre2 in your project, you want to use the same settings as a minimum.