Skip to content

Leap-Forward/motion-reveal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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)

With Bundler

  1. Add motion-reveal gem to your Gemfile
gem 'motion-reveal'
  1. $ bundle install

Without Bundler

  1. install the motion-reveal gem
    $ gem install motion-reveal
  2. add to your RubyMotion app Rakefile:
```ruby
require 'rubygems'
require 'motion-reveal'
```

Cocoapods

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.

Have Fun!

##thanks

  • @TBD - gem idea and boilerplate code

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%