Sha256: 97a25b1cf820eba845d3f47e261f355cae416c8c5acf881977fcd1f2825f45a7
Contents?: true
Size: 615 Bytes
Versions: 1
Compression:
Stored size: 615 Bytes
Contents
Gem::Specification.new do |spec| spec.name = 'motion-phony' spec.version = '0.1.1' 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 'motion-require', '~> 0.2.0' spec.add_dependency 'phony', '~> 2.2.4' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-phony-0.1.1 | motion-phony.gemspec |