This repository was archived by the owner on Dec 15, 2023. It is now read-only.
File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 8
8
- SipHash (1.2.2)
9
9
- SwiftLint (0.25.1)
10
10
- SwiftyJSON (4.3.0)
11
- - Web3Swift.io (0.0.2 ):
11
+ - Web3Swift.io (0.0.3 ):
12
12
- BigInt (~> 3.1)
13
13
- CryptoSwift (~> 1.0)
14
14
- secp256k1_ios (~> 0.1)
@@ -50,7 +50,7 @@ SPEC CHECKSUMS:
50
50
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
51
51
SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
52
52
SwiftyJSON: 6faa0040f8b59dead0ee07436cbf76b73c08fd08
53
- Web3Swift.io: e22a1d2d05b6a9a5343a97305a7155c9b28c5d38
53
+ Web3Swift.io: 361c92fd062d0f0865896c8033a3a765cd8b9dea
54
54
55
55
PODFILE CHECKSUM: da3580585a2e1577cba6b9aff6fe3cf1ca4b44d7
56
56
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Web3Swift.io'
3
- s . version = '0.0.2 '
4
- s . summary = 'Web3 library in Swift'
3
+ s . version = '0.0.3 '
4
+ s . summary = 'Web3 library for Swift. Construct and sign transactions, interact with smart contracts. '
5
5
6
6
s . description = <<-DESC
7
- Ethereum client library written in pure Swift.
7
+ Ethereum client library written in pure Swift.
8
+ Sign transactions and messages, interact with smart contracts,
9
+ encode and decode ABI messages.
8
10
DESC
9
11
10
12
s . homepage = 'https://github.com/zeriontech/Web3Swift'
11
13
s . license = { :type => 'Apache License 2.0' , :file => 'LICENSE' }
12
14
s . author = {
13
15
'Timofey Solonin' => '[email protected] ' ,
14
- 'Vadim Koleoshkin' => 'vadim@zerion.io '
16
+ 'Vadim Koleoshkin' => 'vadim@koleoshkin.com '
15
17
}
16
18
s . source = { :git => 'https://github.com/zeriontech/Web3Swift.git' , :tag => s . version . to_s }
17
19
s . homepage = 'https://web3swift.io'
You can’t perform that action at this time.
0 commit comments