Release 1.3.0

This commit is contained in:
keefertaylor 2019-01-08 02:10:52 +00:00
parent 85776c0805
commit b559b82ff5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MnemonicKit"
s.version = "1.2.0"
s.version = "1.3.0"
s.summary = "MnemonicKit provides a Swift implementation of BIP39"
s.description = <<-DESC
MnemonicKit provides a Swift implementation of BIP39.
@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/keefertaylor/MnemonicKit"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Keefer Taylor" => "keefer@keefertaylor.com" }
s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.2.0" }
s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.0" }
s.source_files = "MnemonicKit/**/*.swift",
s.exclude_files = "Sources/App/*.swift"
s.swift_version = "4.2"