Sha256: 1c436e1750e0c8bcae6ed00c40baa9f9b5480ad4e674766124c85692b10b218e

Contents?: true

Size: 394 Bytes

Versions: 2

Compression:

Stored size: 394 Bytes

Contents

require "motion-hpple/version"

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-hpple/*.rb')).each do |file|
    app.files.unshift(file)
  end
  app.pods ||= Motion::Project::CocoaPods.new(app)
  app.pods.pod 'hpple', '~> 0.1.0'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
motion-hpple-0.3.1 lib/motion-hpple.rb
motion-hpple-0.3.0 lib/motion-hpple.rb