Project

rkmotion

0.0
No commit activity in last 3 years
No release in over 3 years
A skeleton non-functioning placeholder W.I.P. RubyMotion wrapper for RestKit the Objective-C framework for iOS for interacting with Restful web services.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0

Runtime

>= 1.4.0, ~> 1.4
>= 0.2.0, ~> 0.2
 Project Readme

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