tailang / MRubyFramework

MRuby for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MRubyFramework

Installation

MRubyFramework is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MRubyFramework', '2.1.2.1'

Build Your Framework

MRubyFramework support build mruby 2.x and 3.x, but 2.x is stable.
if you want to build your mruby framework, mruby 2.x is first choic.

the build_config.rb file is a configuration of mruby building. the Rakefile file is a task file that building mruby.

  1. clone the repo
git clone --recursive git@github.com:FormulaFactory/MRubyFramework.git
  1. select mruby version
    rake mruby_master # use mruby master branch

    # OR
    rake mruby_stable # use mruby stable branch

    # OR
    cd mruby 
    git checkout branch_or_tag
    git pull --rebase
  1. build mruby framework
rake

#OR
rake build_mruby

Author

ping.cao

License

MRubyFramework is available under the MIT license. See the LICENSE file for more info.

About

MRuby for iOS

License:MIT License


Languages

Language:C 68.4%Language:C++ 25.2%Language:Ruby 3.8%Language:Objective-C 2.6%