Sha256: ccb3ac0c411e087efc96c9f4a3a4ff76c9e34ac00b7ee9fbbb2a89769b6f1da3
Contents?: true
Size: 988 Bytes
Versions: 6
Compression:
Stored size: 988 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'cocoapods/browser/version' Gem::Specification.new do |spec| spec.name = "cocoapods-browser" spec.version = Cocoapods::Browser::VERSION spec.authors = ["Toshihiro Morimoto"] spec.email = ["dealforest.net@gmail.com"] spec.description = %q{CocoaPods plugin to open the homepage of a pod in the browser.} spec.summary = %q{Open a pods homepage in the browser} spec.homepage = "https://github.com/dealforest/cocoapods-browser" 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" spec.add_dependency 'cocoapods' end
Version data entries
6 entries across 6 versions & 1 rubygems