Sha256: 09818a7969917bf9aee0f3711ec534ee1128e4ad33ecdf445779df9c14f0a976
Contents?: true
Size: 754 Bytes
Versions: 1
Compression:
Stored size: 754 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/formotion/version', __FILE__) Gem::Specification.new do |s| s.name = "formotion" s.version = Formotion::VERSION s.authors = ["Clay Allsopp"] s.email = ["clay.allsopp@gmail.com"] s.homepage = "https://github.com/clayallsopp/Formotion" s.summary = "Making iOS Forms insanely great with RubyMotion" s.description = "Making iOS Forms insanely great with RubyMotion" s.files = `git ls-files`.split($\) s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"] s.license = 'MIT' s.add_dependency "bubble-wrap", "~> 1.3.0" s.add_dependency "motion-require", "~> 0.0.3" s.add_development_dependency 'rake' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
formotion-1.5.1 | Formotion.gemspec |