Sha256: f66ab18504e889b76ef13ad51a79c05559b7d8e769433c0e3f80ad721d5389a0
Contents?: true
Size: 695 Bytes
Versions: 3
Compression:
Stored size: 695 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-common' 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' pod 'MBProgressHUD' end app.version = '0.0.1' app.icons = %w{Icon.png} app.fonts = ['fonts/ubuntu.ttf'] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
motion-prime-0.4.5 | files/Rakefile |
motion-prime-0.4.4 | files/Rakefile |
motion-prime-0.4.3 | files/Rakefile |