Sha256: 81aba4648a77d6b19cb15984205f71c583eb9c4ab7eb8aa0c1d760c4736b9642

Contents?: true

Size: 587 Bytes

Versions: 5

Compression:

Stored size: 587 Bytes

Contents

require "afmotion/version"
require 'motion-cocoapods'
require 'motion-require'

unless defined?(Motion::Project::Config)
  raise "This file must be required within a RubyMotion project Rakefile."
end

Motion::Require.all(Dir.glob(File.join(File.dirname(__FILE__), 'afmotion/**/*.rb')))

Motion::Project::App.setup do |app|
  Dir.glob(File.join(File.dirname(__FILE__), 'afmotion/**/*.rb')).each do |file|
    if app.respond_to?("exclude_from_detect_dependencies")
      app.exclude_from_detect_dependencies << file
    end
  end

  app.pods do
    pod 'AFNetworking', '~> 2.1.0'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
afmotion-2.1.4 lib/afmotion.rb
afmotion-2.1.3 lib/afmotion.rb
afmotion-2.1.2 lib/afmotion.rb
afmotion-2.1.1 lib/afmotion.rb
afmotion-2.1.0 lib/afmotion.rb