Sha256: 6f7b8712f9373b759a9a4a2801df1d4fa1fdc2822d7d5df28a13f4cddaccc628
Contents?: true
Size: 937 Bytes
Versions: 1
Compression:
Stored size: 937 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'cocoapods-rn-toolkit/gem_version.rb' Gem::Specification.new do |spec| spec.name = 'cocoapods-rn-toolkit' spec.version = CocoapodsRnToolkit::VERSION spec.authors = ['Nx'] spec.email = ['chenyg32@gmail.com'] spec.description = %q{A short description of cocoapods-rn-toolkit.} spec.summary = %q{A longer description of cocoapods-rn-toolkit.} spec.homepage = 'https://github.com/EXAMPLE/cocoapods-rn-toolkit' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocoapods-rn-toolkit-0.0.3 | cocoapods-rn-toolkit.gemspec |