top of the Objective-C runtime and garbage collection (libauto) Based on Ruby 1.9 Uses LLVM and supports both ahead-of-time and just-in-time compilation Ships with OS X 10.7 Lion!!
Command Line Tools (Preferences > Downloads) Install MacRuby Nightly If you are in OS X 10.6.8, install Bridge Support Preview 3 https://github.com/MacRuby/MacRuby/wiki/Setting-up-MacRuby
gem install cocoapods $ pod setup $ sudo gem install motion-cocoapods Choose a pod: https://github.com/CocoaPods/Specs Edit Rakefile: require 'motion-cocoapods' Motion::Project::App.setup do |app| # ... app.pods do dependency 'JSONKit' end end