In this short post I’ll show how I use RestKit library in my iOS projects.
First of all, I want to say that for managing all my libraries in iOS projects I use CocoaPods (kind of Gemfile bundler, but for iOS), which I strongly recommend using.
So, RestKit… open up your Podfile and add
1 2 3 4 5 | |
I also use Injective dependency a lot, so I add dependency 'Injective' to my Podfile
