Please note - this is the very beginning of building a Rubymotion wrapper gem for RestKit. It is not functional at this time and is simply the skeleton gem that will eventually host the RestKit API wrapper.
A RubyMotion wrapper for RestKit the Objective-C framework for iOS for interacting with restful web services.
gem install rkmotion
require 'rkmotion'
or add to yourGemfile
(gem 'rkmotion', '~> 0.0.0'
)rake pod:install