Sha256: fc585900e40cfe405a953e399150eb6d99d51947d2035922672230d5028f70cf
Contents?: true
Size: 418 Bytes
Versions: 4
Compression:
Stored size: 418 Bytes
Contents
# -*- coding: utf-8 -*- $:.unshift("/Library/RubyMotion/lib") require 'motion/project/template/ios' require "motion-cocoapods" $:.unshift("./lib/") require './lib/motion-objection' Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'motion-objection' app.identifier = 'com.atomicobject.motion-objection' app.pods do pod "Objection", "~>1.0.3" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
motion-objection-0.6.3 | Rakefile |
motion-objection-0.6.2 | Rakefile |
motion-objection-0.6.1 | Rakefile |
motion-objection-0.6 | Rakefile |