Sha256: 667f519c3f7f11c8f5f301b69092138182b8d14591915a6e36bea803d94dd398

Contents?: true

Size: 701 Bytes

Versions: 2

Compression:

Stored size: 701 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/twittermotion/version', __FILE__)

Gem::Specification.new do |s|
  s.name        = "twittermotion"
  s.version     = Twitter::VERSION
  s.authors     = ["Clay Allsopp"]
  s.email       = ["clay.allsopp@gmail.com"]
  s.homepage    = "https://github.com/clayallsopp/twittermotion"
  s.summary     = "A RubyMotion Twitter Wrapper"
  s.description = "A RubyMotion Twitter Wrapper"

  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", ">= 1.1.2"
  s.add_development_dependency 'geomotion'
  s.add_development_dependency 'rake'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
twittermotion-0.0.2 TwitterMotion.gemspec
twittermotion-0.0.1 TwitterMotion.gemspec