Sha256: 3dd9eecdad3ae2f8c6eccca777dd53965f33bc91839ec08433034382e9df8822

Contents?: true

Size: 1.04 KB

Versions: 4

Compression:

Stored size: 1.04 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'cocoapods-tdf-flutter/gem_version.rb'

Gem::Specification.new do |spec|
  spec.name          = 'cocoapods-tdf-flutter'
  spec.version       = CocoapodsTdfFlutter::VERSION
  spec.authors       = ['gaijiaofan']
  spec.email         = ['gaijiaofan@2dfire.com']
  spec.description   = %q{协助集成 flutter 的 cocoapods 插件.}
  spec.summary       = %q{协助集成 flutter 的 cocoapods 插件, pod_flutter '组件名', '版本号', :flutterPath => "flutter 源码路径", :isLocal => 是否加载本地源码.}
  spec.homepage      = 'https://github.com/EXAMPLE/cocoapods-tdf-flutter'
  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

4 entries across 4 versions & 1 rubygems

Version Path
cocoapods-tdf-flutter-0.0.33 cocoapods-tdf-flutter.gemspec
cocoapods-tdf-flutter-0.0.32 cocoapods-tdf-flutter.gemspec
cocoapods-tdf-flutter-0.0.31 cocoapods-tdf-flutter.gemspec
cocoapods-tdf-flutter-0.0.3 cocoapods-tdf-flutter.gemspec