Sha256: de1c3f232c6f88a0c3d39160604a7ea7d6b48a39f74165ab63e70270a222126d

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'cocoapods-project-hmap/gem_version.rb'

Gem::Specification.new do |spec|
  spec.name          = 'cocoapods-project-hmap'
  spec.version       = CocoapodsProjectHmap::VERSION
  spec.authors       = ['chenxGen']
  spec.email         = ['chenxGen@outlook.com']
  spec.description   = %q{A cocoapods plugin which using hmap instead of header search paths to improve preprocess time.}
  spec.summary       = %q{A cocoapods plugin which using hmap instead of header search paths to improve preprocess time.}
  spec.homepage      = 'https://github.com/chenxGen/cocoapods-project-hmap'
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cocoapods-project-hmap-0.0.6 cocoapods-project-hmap.gemspec
cocoapods-project-hmap-0.0.5 cocoapods-project-hmap.gemspec
cocoapods-project-hmap-0.0.4 cocoapods-project-hmap.gemspec
cocoapods-project-hmap-0.0.3 cocoapods-project-hmap.gemspec