added myself as author, bumped version

This commit is contained in:
Francisco Gindre 2020-02-27 20:19:30 -03:00
parent 133e80df35
commit e32882fdf0
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MnemonicKit"
s.version = "1.3.10"
s.version = "2.0.0"
s.summary = "MnemonicKit provides a Swift implementation of BIP39"
s.description = <<-DESC
MnemonicKit provides a Swift implementation of BIP39.
@ -10,7 +10,8 @@
s.homepage = "https://github.com/keefertaylor/MnemonicKit"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Keefer Taylor" => "keefer@keefertaylor.com" }
s.author = { "Keefer Taylor" => "keefer@keefertaylor.com",
"Francisco Gindre" => "francisco.gindre@gmail.com" }
s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.10" }
s.source_files = "MnemonicKit/**/*.swift",
s.swift_version = "5.1"