Sha256: a179008808d53689968e550aa64df6754442dd569bfe3bca555c7a63bb9069fe
Contents?: true
Size: 981 Bytes
Versions: 2
Compression:
Stored size: 981 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'cocoapods-fix-cache.rb' Gem::Specification.new do |spec| spec.name = 'cocoapods-fix-cache' spec.version = CocoapodsFixCache::VERSION spec.authors = ['chengcong'] spec.email = ['646376172@qq.com'] spec.description = %q{Fix CocoaPods cache bug} spec.summary = %q{Fix Concurrent building occasionally cleans the Pods cache directory, see https://github.com/CocoaPods/CocoaPods/pull/11827} spec.homepage = 'https://github.com/fabcz/cocoapods-fix-cache' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-fix-cache-0.4.0 | cocoapods-fix-cache.gemspec |
cocoapods-fix-cache-0.3.0 | cocoapods-fix-cache.gemspec |