Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 494 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 494 Bytes

RKMotion: A Work In Progress

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.

Install

  1. gem install rkmotion
  2. require 'rkmotion' or add to your Gemfile (gem 'rkmotion', '~> 0.0.0')
  3. rake pod:install