Sha256: 5d7c9a62e9274bb6be6f3ec3798e4d8c0db86fd415a513aa1fd2d559219e6f78

Contents?: true

Size: 673 Bytes

Versions: 5

Compression:

Stored size: 673 Bytes

Contents

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

Gem::Specification.new do |gem|
  gem.name          = 'motion-firebase'
  gem.version       = Motion::Firebase::Version

  gem.authors = ['Colin T.A. Gray']
  gem.email   = ['colinta@gmail.com']
  gem.summary       = 'A RubyMotion wrapper for the Firebase iOS SDK'
  gem.description = <<-DESC
A RubyMotion wrapper for the Firebase iOS SDK
DESC

  gem.homepage    = 'https://github.com/colinta/motion-firebase'

  gem.files        = `git ls-files`.split($\)
  gem.test_files   = gem.files.grep(%r{^spec/})

  gem.require_paths = ['lib']

  gem.add_development_dependency 'rspec'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
motion-firebase-1.0.9 motion-firebase.gemspec
motion-firebase-1.0.8 motion-firebase.gemspec
motion-firebase-1.0.7 motion-firebase.gemspec
motion-firebase-1.0.6 motion-firebase.gemspec
motion-firebase-1.0.5 motion-firebase.gemspec