Sha256: 365ee981b95d8159e087dbe5acd7d79475cd04b71c9c707bf90d894974319c56

Contents?: true

Size: 420 Bytes

Versions: 3

Compression:

Stored size: 420 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.identifier = 'com.atomicobject.motion-objection'

  app.pods do 
    pod "Objection", "~>1.0.3"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
motion-objection-0.7.2 Rakefile
motion-objection-0.7.1 Rakefile
motion-objection-0.6.4 Rakefile