Sha256: af3459949ca947f7519b1cf26859b973664a165f4af6f972d409e55bb7bad43b

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 Bytes

Contents

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

Motion::Project::App.setup do |app|
  # Use `rake config' to see complete project settings.
  app.name = 'Bouncing'

  app.pods do
    pod "AFNetworking"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
walt-0.1.2 examples/Bouncing/Rakefile
walt-0.1 examples/Bouncing/Rakefile