Sha256: eeaf65f67ed17d5921445502ed245806c0c72312efe6cefbb65c4a4d50aba30e

Contents?: true

Size: 336 Bytes

Versions: 4

Compression:

Stored size: 336 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.3.1'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
motion-objection-0.8.6 lib/motion-objection.rb
motion-objection-0.8.5 lib/motion-objection.rb
motion-objection-0.8.4 lib/motion-objection.rb
motion-objection-0.8.3 lib/motion-objection.rb