This commit is contained in:
keefertaylor 2020-04-18 09:51:22 +09:00
parent cbc44b57a7
commit caf90cd6ce
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.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"