Sha256: 3893ff665780e6837fca22a24fde1cb83fb3ef69908be86fbc62d298f24bbf9d

Contents?: true

Size: 376 Bytes

Versions: 10

Compression:

Stored size: 376 Bytes

Contents

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project'
require "bundler/gem_tasks"
require "bundler/setup"
Bundler.require :default

$:.unshift("./lib/")
require './lib/afmotion'

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

  app.pods do
    pod "AFNetworking"
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
afmotion-0.9.0 Rakefile
afmotion-0.8.1 Rakefile
afmotion-0.8 Rakefile
afmotion-0.7 Rakefile
afmotion-0.6 Rakefile
afmotion-0.5 Rakefile
afmotion-0.4 Rakefile
afmotion-0.3 Rakefile
afmotion-0.2 Rakefile
afmotion-0.1 Rakefile