/rubymotion-estimote

RubyMotion iOS application template that has minimal required setup to work with Estimote iBeacons.

Primary LanguageRuby

RubyMotion iOS application template that has minimal required setup to work with Estimote iBeacons.

Template usage

Simply start your RubyMotion project with

motion create --template=git@github.com:priithaamer/rubymotion-estimote.git <appname>

Go to your application directory and install dependencies:

cd <appname>
bundle
rake pod:install