Sha256: bd3d4074b8bc60f949525641704812f7e24fbd9b7f0e0e0f3ef02145505ba97c

Contents?: true

Size: 336 Bytes

Versions: 7

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.0.3"
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
motion-objection-0.7.1 lib/motion-objection.rb
motion-objection-0.6.4 lib/motion-objection.rb
motion-objection-0.6.3 lib/motion-objection.rb
motion-objection-0.6.2 lib/motion-objection.rb
motion-objection-0.6.1 lib/motion-objection.rb
motion-objection-0.6 lib/motion-objection.rb
motion-objection-0.5 lib/motion-objection.rb