Sha256: 720118d78a2f34718338004dc1fedf0929f65a976f17aeb500a5af3b615139d7
Contents?: true
Size: 754 Bytes
Versions: 2
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.4.0" s.add_dependency "motion-require", "~> 0.0.3" s.add_development_dependency 'rake' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formotion-1.7 | Formotion.gemspec |
formotion-1.6 | Formotion.gemspec |