We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a9996 commit fc16c48Copy full SHA for fc16c48
web3swift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "web3swift"
3
-s.version = "0.6.0"
+s.version = "0.7.0"
4
s.summary = "Web3 implementation in vanilla Swift for iOS ans macOS"
5
6
s.description = <<-DESC
web3swift/KeystoreManager/Classes/BIP32Keystore.swift
@@ -45,7 +45,7 @@ public class BIP32Keystore: AbstractKeystore {
45
// --------------
46
47
public var keystoreParams: KeystoreParamsBIP32?
48
- public var mnemonics: String?
+// public var mnemonics: String?
49
public var paths: [String:EthereumAddress] = [String:EthereumAddress]()
50
public var rootPrefix: String
51
public convenience init?(_ jsonString: String) {
0 commit comments