Sha256: fef39ff571d5c240b5c73b0cdfcf0c62d1fcf7727de2dae6a6a49cc2ee25d1eb
Contents?: true
Size: 782 Bytes
Versions: 1
Compression:
Stored size: 782 Bytes
Contents
# frozen_string_literal: true raise 'This file must be required within a RubyMotion project Rakefile.' unless defined?(Motion::Project::Config) require 'motion-cocoapods' require 'motion/project/sparkle' require 'motion/project/install' require 'motion/project/setup' require 'motion/project/package' require 'motion/project/templates' require 'motion/project/appcast' require 'motion/project/project' require 'motion/project/rake_tasks' require 'motion/project/indent_string' lib_dir_path = File.dirname(File.expand_path(__FILE__)) POD_VERSION = '~> 2.2.0' unless @running_specs Motion::Project::App.setup do |app| app.files.unshift(Dir.glob(File.join(lib_dir_path, 'motion-sparkle-sandbox/**/*.rb'))) app.pods do pod 'Sparkle', POD_VERSION end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-sparkle-sandbox-2.2 | lib/motion-sparkle-sandbox.rb |