Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 452 Bytes

README.rdoc

File metadata and controls

16 lines (9 loc) · 452 Bytes

RestKitTest

This repository contains a simple RubyMotion app that uses RestKit to fetch a sample piece of JSON and then displays the results in a table view.

Requirements

You can run the project by doing the following:

$ git clone git://github.com/rounders/RestKitTest.git
$ cd RestKitTest
$ git submodule add git://github.com/RestKit/RestKit.git vendor/RestKit
$ rake