Having got acquainted with how RestKit is really connected with the project where the files live, etc., I came across the answer:
- Navigate to the location of your xCode project containing RestKit
- Open or cd to RestKit folder
- Open VERSION in vim or another text editor, and the version number will be indicated there.
I guess I was pretty naive about the location of the RestKit files. Should have checked version information first.
source
share