Sha256: cb517b1bcd1d33abd1321ebf2c49e7b18541e6bc73d81a48230bc304153c4d91
Contents?: true
Size: 795 Bytes
Versions: 2
Compression:
Stored size: 795 Bytes
Contents
require File.expand_path('../lib/motion-objection/version.rb', __FILE__) Gem::Specification.new do |gem| gem.name = 'motion-objection' gem.version = Objection::VERSION gem.licenses = ['MIT'] gem.authors = 'Justin DeWind' gem.email = 'dewind@atomicobject.com' gem.description = <<-DESC motion-objection is a wrapper around Objection which is a dependency injection framework written for Objective-C DESC gem.summary = 'A ruby motion library wrapping the popular dependency injection library Objection' gem.homepage = 'https://github.com/atomicobject/motion-objection' gem.files = `git ls-files`.split($\) gem.require_paths = ['lib'] gem.test_files = gem.files.grep(%r{^spec/}) gem.add_dependency "motion-cocoapods", "~>1.5.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-objection-0.8.5 | motion_objection.gemspec |
motion-objection-0.8.4 | motion_objection.gemspec |