Sha256: 0dd426c0249af585bfffd5fb8f17504a3c07868fff6e4d910dc86157e9025181
Contents?: true
Size: 564 Bytes
Versions: 1
Compression:
Stored size: 564 Bytes
Contents
Gem::Specification.new do |spec| spec.name = 'motion-phony' spec.version = '0.0.2' spec.license = 'MIT' spec.authors = ['Christopher Speer'] spec.email = ['cspeer@maxdufa.com'] spec.description = 'A RubyMotion wrapper around the awesome Phony gem' spec.summary = 'A RubyMotion wrapper around the awesome Phony gem' spec.homepage = 'https://github.com/cspeer/motion-phony' spec.files = `git ls-files`.split($\) spec.require_paths = ['lib'] spec.add_dependency 'phony', '~> 2.2.4' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-phony-0.0.2 | motion-phony.gemspec |