Sha256: 2251b4a65bfb29a1c84435608021ccf08057d47aef298459b556967231d88565
Contents?: true
Size: 646 Bytes
Versions: 1
Compression:
Stored size: 646 Bytes
Contents
# coding: utf-8 VERSION = "0.3.0" Gem::Specification.new do |spec| spec.name = "motion-template-spritekit" spec.version = VERSION spec.authors = ["meganemura"] spec.email = ["mura2megane@gmail.com"] spec.description = %q{SpriteKit project templates for RubyMotion (iOS/OSX)} spec.summary = %q{Setup SpriteKit template to user's directory} spec.homepage = "https://github.com/meganemura/motion-template-spritekit" spec.license = "MIT" spec.extensions = ['ext/extconf.rb'] # Template Installer spec.files = `git ls-files`.split($/) spec.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-template-spritekit-0.3.0 | motion-template-spritekit.gemspec |