Sha256: 7fa238183c22d8a793772de0aa4f01bf1f13832244390f0ec796542d7435f0d2

Contents?: true

Size: 668 Bytes

Versions: 5

Compression:

Stored size: 668 Bytes

Contents

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project/template/ios'
require "rubygems"
require 'motion-cocoapods'
require 'bundler'
Bundler.require
require 'sugarcube-568'
require 'motion-prime'

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

  app.pods do
    pod 'NanoStore', '~> 2.7.7'
    pod 'SDWebImage'
    pod 'SVPullToRefresh'
    pod 'MBAlertView'
    pod 'SDSegmentedControl'
    pod 'RESideMenu', git: 'https://github.com/feklistov/RESideMenu.git'
  end

  app.version = '0.0.1'
  app.icons = %w{Icon.png}
  app.fonts = ['fonts/ubuntu.ttf']
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
motion-prime-0.4.1 files/Rakefile
motion-prime-0.4.0 files/Rakefile
motion-prime-0.3.3 files/Rakefile
motion-prime-0.3.2 files/Rakefile
motion-prime-0.3.1 files/Rakefile