#motion-reveal
Use Reveal with RubyMotion apps.
This is a very simple gem. Check the lib/motion-reveal.rb source and see it for yourself.
##usage
Download Reveal and move it to your applications folder (/Applications)
- Add motion-reveal gem to your Gemfile
gem 'motion-reveal'
$ bundle install
- install the motion-reveal gem
$ gem install motion-reveal
- add to your RubyMotion app Rakefile:
```ruby
require 'rubygems'
require 'motion-reveal'
```
There is also a Cocoapod spec for Reveal. You can integrate Cocoapods into your Rubymotion project using the excelent motion-cocoapod gem. Check Mark Rickert's blog for a few tips on how to integrate both.
##thanks
- @TBD - gem idea and boilerplate code