Sha256: d808ee87b1160aadfed13d81a95c39831f2af503fabe9a6f854cd213c7dcc960

Contents?: true

Size: 334 Bytes

Versions: 1

Compression:

Stored size: 334 Bytes

Contents

unless defined?(Motion::Project::Config)
  raise "This file must be required within a RubyMotion project Rakefile."
end

Motion::Project::App.setup do |app|
  Dir.glob(File.join(File.dirname(__FILE__), 'motion-objection/**/*.rb')).each do |file|
    app.files.unshift(file)
  end

  app.pods do
    pod "Objection", '~>1.1'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
motion-objection-0.8 lib/motion-objection.rb