Skip to content

Commit

Permalink
Merge pull request #64 from novasamatech/fix/update-reachability-fram…
Browse files Browse the repository at this point in the history
…ework

update Reachability framework
  • Loading branch information
ERussel authored Nov 19, 2024
2 parents db0ffc2 + 3a93026 commit c871bf2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ PODS:
- IrohaCrypto/Common
- keccak.c (0.1.3)
- Operation-iOS (2.0.1)
- ReachabilitySwift (5.0.0)
- ReachabilitySwift (5.2.4)
- scrypt.c (0.1.1)
- secp256k1.c (0.1.2)
- Starscream (4.0.4)
- SubstrateSdk (3.2.2):
- SubstrateSdk (3.3.2):
- BigInt (~> 5.0)
- IrohaCrypto/ed25519 (~> 0.9.0)
- IrohaCrypto/Scrypt (~> 0.9.0)
Expand All @@ -34,7 +34,7 @@ PODS:
- IrohaCrypto/ss58 (~> 0.9.0)
- keccak.c (~> 0.1.0)
- Operation-iOS (~> 2.0.1)
- ReachabilitySwift (~> 5.0)
- ReachabilitySwift (~> 5.2.4)
- Starscream
- TweetNacl (~> 1.0.0)
- xxHash-Swift (~> 1.0.0)
Expand Down Expand Up @@ -83,11 +83,11 @@ SPEC CHECKSUMS:
IrohaCrypto: 6be75a4268cd1f5cec4231c6d3f95cb03f723fd3
keccak.c: 859583afdaccb4e4fcc0f0096064d101580313f4
Operation-iOS: 5f1c2cb82bf10f46b92faefc92d5821550b14eb5
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
ReachabilitySwift: 32793e867593cfc1177f5d16491e3a197d2fccda
scrypt.c: b42ae06183251329d2b2c620c226fb541a4a3592
secp256k1.c: db47b726585d80f027423682eb369729e61b3b20
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
SubstrateSdk: bc3da50e8e44ebb67e54fb20d5938a91ed85fc3c
SubstrateSdk: a5af2260b57982600f2f852f53e9408a024f8cbb
SwiftLint: 4fa9579c63416865179bc416f0a92d55f009600d
TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6
xxHash-Swift: 30bd6a7507b3b7348a277c49b1cb6346c2905ec7
Expand Down
4 changes: 2 additions & 2 deletions SubstrateSdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SubstrateSdk'
s.version = '3.2.2'
s.version = '3.3.2'
s.summary = 'Utility library that implements clients specific logic to interact with substrate based networks'

s.homepage = 'https://github.com/nova-wallet/substrate-sdk-ios'
Expand All @@ -27,7 +27,7 @@ Pod::Spec.new do |s|
s.dependency 'IrohaCrypto/secp256k1', '~> 0.9.0'
s.dependency 'IrohaCrypto/Scrypt', '~> 0.9.0'
s.dependency 'IrohaCrypto/ss58', '~> 0.9.0'
s.dependency 'ReachabilitySwift', '~> 5.0'
s.dependency 'ReachabilitySwift', '~> 5.2.4'
s.dependency 'Operation-iOS', '~> 2.0.1'
s.dependency 'Starscream'
s.dependency 'TweetNacl', '~> 1.0.0'
Expand Down

0 comments on commit c871bf2

Please sign in to comment.