Sha256: c3d4ef8b836e2f1b3036ce9fde47fca9843c1415d0569768886dd8180fd8a856
Contents?: true
Size: 908 Bytes
Versions: 1
Compression:
Stored size: 908 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'motion-phrase/version' Gem::Specification.new do |gem| gem.name = "motion-phrase" gem.version = MotionPhrase::VERSION gem.authors = ["PhraseApp"] gem.email = ["info@phraseapp.com"] gem.description = "RubyMotion library for PhraseApp" gem.summary = "Connect your RubyMotion application to PhraseApp for the best i18n experience" gem.homepage = "https://github.com/phrase/motion-phrase" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency 'phrase' gem.add_dependency 'motion-cocoapods' gem.add_development_dependency 'rake' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-phrase-0.0.6 | motion-phrase.gemspec |