Skip to content

Commit 67f656a

Browse files
Merge pull request #151 from matter-labs/develop
2.1.3 fix
2 parents 6214e55 + 19c4114 commit 67f656a

File tree

7 files changed

+102
-98
lines changed

7 files changed

+102
-98
lines changed

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def import_pods
2-
pod 'Starscream', '3.0.2'
2+
pod 'Starscream', '3.1.0'
33
pod 'PromiseKit', '6.4.1'
44
pod 'BigInt', '3.1'
55
pod 'CryptoSwift', '0.15.0'

Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PODS:
1919
- PromiseKit/CorePromise
2020
- secp256k1_swift (1.0.3)
2121
- SipHash (1.2.2)
22-
- Starscream (3.0.6)
22+
- Starscream (3.1.0)
2323
- SwiftRLP (1.1):
2424
- BigInt (~> 3.1)
2525

@@ -30,7 +30,7 @@ DEPENDENCIES:
3030
- EthereumAddress (= 1.0.0)
3131
- PromiseKit (= 6.4.1)
3232
- secp256k1_swift (= 1.0.3)
33-
- Starscream (~> 3.0.2)
33+
- Starscream (= 3.1.0)
3434
- SwiftRLP (= 1.1)
3535

3636
SPEC REPOS:
@@ -53,9 +53,9 @@ SPEC CHECKSUMS:
5353
PromiseKit: 4c76a6506638034e3d7bede97b2ff7743f7bd2dc
5454
secp256k1_swift: 4fc5c4b2d2c6d21ee8ccb868cdc92da12f38bed9
5555
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
56-
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5
56+
Starscream: 08172b481e145289c4930cb567230fb55897cfa4
5757
SwiftRLP: 5512899925f1a9e1c78c902ed3bf857880e814a0
5858

59-
PODFILE CHECKSUM: f6bd64afcf880b538c28f14d7d04eee536ec1a2f
59+
PODFILE CHECKSUM: 429b4775205f039533979812eac3d89270bb42cf
6060

6161
COCOAPODS: 1.7.0.beta.3

Pods/Manifest.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/project.pbxproj

+81-81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Starscream/README.md

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Starscream/Sources/Starscream/WebSocket.swift

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web3swift.podspec

+3-3
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 = "2.1.3"
3+
s.version = "2.1.4"
44
s.summary = "Web3 implementation in vanilla Swift for iOS ans macOS"
55

66
s.description = <<-DESC
@@ -24,10 +24,10 @@ s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2424
s.frameworks = 'CoreImage'
2525
s.dependency 'BigInt', '3.1'
2626
s.dependency 'CryptoSwift', '0.15.0'
27-
s.dependency 'PromiseKit', '6.3'
27+
s.dependency 'PromiseKit', '6.4.1'
2828
s.dependency 'secp256k1_swift', '1.0.3'
2929
s.dependency 'SwiftRLP', '1.1'
3030
s.dependency 'EthereumAddress', '1.0.0'
3131
s.dependency 'EthereumABI', '1.1.1'
32-
s.dependency 'Starscream', '3.0.2'
32+
s.dependency 'Starscream', '3.1.0'
3333
end

0 commit comments

Comments
 (0)