Motion Gem

A extension to the motion command that allows generating RubyMotion optimized gems. Inspired by the bundle gem command.

Installation

Add this line to your application's Gemfile:

gem 'motion-gem'

And then execute:

$ bundle

Or install it yourself as:

$ gem install motion-gem

Usage

# Create a RubyMotion gem
motion gem GEM

# Show usage information
motion gem -h

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/my-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-feature)
  5. Create new Pull Request