Sha256: 120e3520aab7206f2fbe6abf376d674f9ecae416728d327cb836d0ec051ec4ae
Contents?: true
Size: 646 Bytes
Versions: 1
Compression:
Stored size: 646 Bytes
Contents
# coding: utf-8 VERSION = "0.4.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.4.0 | motion-template-spritekit.gemspec |