Sha256: 13d1a01d2e1c30852f253518ecedeefd9ef1da9f40375db2458a72d41145c2d2

Contents?: true

Size: 674 Bytes

Versions: 4

Compression:

Stored size: 674 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.add_dependency "bubble-wrap"
  s.add_development_dependency 'rake'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
formotion-0.5 Formotion.gemspec
formotion-0.0.3 Formotion.gemspec
formotion-0.0.2 Formotion.gemspec
formotion-0.0.1 Formotion.gemspec