Sha256: 1fac1e9048e14fe1e88274410b84b33e68682752a733ca6954ef0e2924c52d2b

Contents?: true

Size: 363 Bytes

Versions: 1

Compression:

Stored size: 363 Bytes

Contents

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'
require "motion-cocoapods"

$:.unshift("./lib/")
require './lib/motion-objection'

Motion::Project::App.setup do |app|
  # Use `rake config' to see complete project settings.
  app.name = 'motion-objection'
  app.pods do 
    pod "Objection", "~>1.0.3"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
motion-objection-0.5 Rakefile