cocoapods-flutter.gemspec in cocoapods-flutter-dt-0.0.4 vs cocoapods-flutter.gemspec in cocoapods-flutter-dt-0.0.6

- old
+ new

@@ -6,12 +6,12 @@ Gem::Specification.new do |spec| spec.name = 'cocoapods-flutter-dt' spec.version = CocoapodsFlutter::VERSION spec.authors = ['Dreamtracer'] spec.email = ['jinqiucheng1006@live.cn'] - spec.description = %q{A short description of cocoapods-flutter.} - spec.summary = %q{A longer description of cocoapods-flutter.} - spec.homepage = 'https://github.com/EXAMPLE/cocoapods-flutter' + spec.description = %q{Flutter archive tool} + spec.summary = %q{Simple way to archive and use} + spec.homepage = 'https://github.com/NicolasKim/cocoapods-flutter-dt.git' 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)/})