diff --git a/MnemonicKit.podspec b/MnemonicKit.podspec index 83e38a8..5d4cceb 100644 --- a/MnemonicKit.podspec +++ b/MnemonicKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MnemonicKit" - s.version = "1.3.11" + s.version = "1.3.12" s.summary = "MnemonicKit provides a Swift implementation of BIP39" s.description = <<-DESC MnemonicKit provides a Swift implementation of BIP39. @@ -11,7 +11,7 @@ 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.3.11" } + s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.12" } s.source_files = "MnemonicKit/**/*.swift", s.swift_version = "5.2" s.ios.deployment_target = "8.0"