Sha256: 2ee4a87e9154d23bc167b377a9e51b99db3b987576155fd0cba2bd04826b6699
Contents?: true
Size: 899 Bytes
Versions: 2
Compression:
Stored size: 899 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'pod/version' Gem::Specification.new do |spec| spec.name = 'cocoapods-git_url_rewriter' spec.version = SourceURLRewriter::VERSION spec.authors = ['Brian Michel'] spec.email = ['brian.michel@gmail.com'] spec.summary = 'Used to rewrite git source urls before they are downloaded.' spec.homepage = 'https://github.com/brianmichel/cocoapods-git_url_rewriter' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") 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.7' spec.add_development_dependency 'rake', '~> 10.0' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-git_url_rewriter-1.0.1 | cocoapods-git_url_rewriter.gemspec |
cocoapods-git_url_rewriter-1.0.0 | cocoapods-git_url_rewriter.gemspec |