Sha256: f997a82796e7489e1f68bdc79e64f88b74ed278d29c78b9f3a5caac5a2ee4d95
Contents?: true
Size: 1.01 KB
Versions: 18
Compression:
Stored size: 1.01 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'cocoapods-xcremotecache/gem_version.rb' Gem::Specification.new do |spec| spec.name = 'cocoapods-xcremotecache' spec.version = CocoapodsXcremotecache::VERSION spec.authors = ['Bartosz Polaczyk', 'Mark Vasiv'] spec.email = ['bartoszp@spotify.com', 'mvasiv@spotify.com'] spec.description = %q{CocoaPods plugin that enables XCRemoteCache with the project.} spec.summary = %q{A simple plugin that attaches to the post_install hook and modifies the generated project to use XCRemoteCache. Supports both producing anc consuming parts.} spec.homepage = 'https://github.com/spotify/XCRemoteCache' spec.license = 'Apache-2.0' 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'] end
Version data entries
18 entries across 18 versions & 1 rubygems