forked from CikeQiu/CKMnemonic
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from keefertaylor/swift5
MnemonicKit Maintainence
- Loading branch information
Showing
10 changed files
with
50 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "krzyzanowskim/CryptoSwift" "0.13.1" | ||
github "krzyzanowskim/CryptoSwift" "0.14.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "MnemonicKit" | ||
s.version = "1.3.4" | ||
s.version = "1.3.5" | ||
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" => "[email protected]" } | ||
s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.4" } | ||
s.source = { :git => "https://github.com/keefertaylor/MnemonicKit.git", :tag => "1.3.5" } | ||
s.source_files = "MnemonicKit/**/*.swift", | ||
s.swift_version = "4.2" | ||
s.ios.deployment_target = "8.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters