Skip to content

Commit c049c9e

Browse files
author
Alex Vlasov
committed
update podspec
1 parent 87177db commit c049c9e

File tree

6 files changed

+3
-28
lines changed

6 files changed

+3
-28
lines changed

Pods/Target Support Files/libsodium-iOS/libsodium-iOS-prefix.pch

Lines changed: 0 additions & 12 deletions
This file was deleted.

Pods/Target Support Files/libsodium-macOS/libsodium-macOS-prefix.pch

Lines changed: 0 additions & 12 deletions
This file was deleted.

web3swift/Scrypt/Classes/Scrypt.swift renamed to Pods/scrypt/scrypt/scrypt/Scrypt.swift

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web3swift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "web3swift"
3-
s.version = "1.1.1"
3+
s.version = "1.1.5"
44
s.summary = "Web3 implementation in vanilla Swift for iOS ans macOS"
55

66
s.description = <<-DESC
@@ -27,5 +27,5 @@ s.dependency 'Result', '~> 3.0'
2727
s.dependency 'CryptoSwift', '~> 0.11'
2828
s.dependency 'secp256k1_ios', '~> 0.1'
2929
s.dependency 'PromiseKit', '~> 6.3'
30-
s.dependency 'scrypt-cryptoswift', '~> 1.2'
30+
s.dependency 'scrypt', '~> 1.5'
3131
end

0 commit comments

Comments
 (0)