Sha256: bb3bed1c121645d8a5cedfd32e7399cea427d4c3cbdd845fdfaebb70211d8eec

Contents?: true

Size: 898 Bytes

Versions: 1

Compression:

Stored size: 898 Bytes

Contents

Gem::Specification.new do |s|
  s.platform      = Gem::Platform::RUBY
  s.name          = 'phantom_svg'
  s.version       = '1.1.8'
  s.license       = 'LGPL-3'
  s.summary       = 'Hight end SVG manipulation tools for Ruby'
  s.description   = 'Hight end SVG manipulation tools for Ruby.\n' \
                    'Includes chained keyframe generation, (A)PNG conversion and more.'
  s.authors      = ['Rika Yoshida', 'Naoki Iwakawa', 'Rei Kagetsuki']
  s.email        = 'info@genshin.org'
  s.homepage     = 'http://github.com/Genshin/phantom_svg'

  s.files = `git ls-files`.split($RS)
  s.test_files = s.files.grep(/^spec\//)
  s.require_path = 'lib'

  s.requirements << 'libapngasm'

  s.add_dependency 'cairo', '~> 1.14', '~> 1.14.1'
  s.add_dependency 'rapngasm', '~> 3.1', '~> 3.1.6'
  s.add_dependency 'rsvg2', '~> 2.2', '~> 2.2.5'
  s.add_dependency 'rmagick', '~> 2.15', '~> 2.15.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phantom_svg-1.1.8 phantom_svg.gemspec