I inherited an iOS project at work and am getting the feeling that it's using an older version of RestKit. Where can I check?
After getting more familiar with how RestKit is actually linked to the project, where the files live at, etc, I stumbled across the answer:
I guess I was being pretty naive as to the location of the RestKit files. Should've checked there for version info first.
In my version of RestKit (latest as of Feb 20, 2013), the file under the xcode workspace folder with the version info in it is named "RestKit.podspec" (I installed RestKit with CocoaPods). Here is what to look for at the top of the file:
Pod::Spec.new do |s|
s.name = 'RestKit'
s.version = '0.20.0rc1'
... etc
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With