Sha256: e920e25d516a4ba90741d808fa0102ad890e1602c82d435ffd6a1efc8e77996f
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
unless defined?(Motion::Project::Config) raise "This file must be required within a RubyMotion project Rakefile." end Motion::Project::App.setup do |app| Dir.glob(File.join(File.dirname(__FILE__), 'motion-objection/**/*.rb')).each do |file| app.files.unshift(file) end app.pods do pod "Objection", '~>1.2' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-objection-0.8.1 | lib/motion-objection.rb |