Sha256: d27dcea5395b86bd6ac3a06f66cdee08c2e906d981023a01fae37f8b5a6c63a9

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'extracting_id/version'

Gem::Specification.new do |spec|
  spec.name          = "ExtractingIdFromStoryboard"
  spec.version       = ExtractingId::VERSION
  spec.authors       = ["akuraru"]
  spec.email         = ["akuraru@gmail.com"]

  spec.summary       = %q{this tool for extracting ids from Storyboard}
  spec.description   = %q{this tool for extracting ids from Storyboard. Were extracted by specifying the Storyboard, it will be defined together in Header file}
  spec.homepage      = "https://github.com/akuraru/ExtractingIdFromStoryboard"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency "thor", "~> 0.18.1"
  spec.add_development_dependency "bundler", "~> 1.9"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ExtractingIdFromStoryboard-0.1.0 ExtractingIdFromStoryboard.gemspec