Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 20ae7ba

Browse files
authored
Merge pull request #202 from zeriontech/develop
Bump version
2 parents ec3cf5e + 873c5f0 commit 20ae7ba

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PODS:
88
- SipHash (1.2.2)
99
- SwiftLint (0.25.1)
1010
- SwiftyJSON (4.3.0)
11-
- Web3Swift.io (0.0.2):
11+
- Web3Swift.io (0.0.3):
1212
- BigInt (~> 3.1)
1313
- CryptoSwift (~> 1.0)
1414
- secp256k1_ios (~> 0.1)
@@ -50,7 +50,7 @@ SPEC CHECKSUMS:
5050
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
5151
SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
5252
SwiftyJSON: 6faa0040f8b59dead0ee07436cbf76b73c08fd08
53-
Web3Swift.io: e22a1d2d05b6a9a5343a97305a7155c9b28c5d38
53+
Web3Swift.io: 361c92fd062d0f0865896c8033a3a765cd8b9dea
5454

5555
PODFILE CHECKSUM: da3580585a2e1577cba6b9aff6fe3cf1ca4b44d7
5656

Web3Swift.io.podspec

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
Pod::Spec.new do |s|
22
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.'
55

66
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.
810
DESC
911

1012
s.homepage = 'https://github.com/zeriontech/Web3Swift'
1113
s.license = { :type => 'Apache License 2.0', :file => 'LICENSE' }
1214
s.author = {
1315
'Timofey Solonin' => '[email protected]',
14-
'Vadim Koleoshkin' => 'vadim@zerion.io'
16+
'Vadim Koleoshkin' => 'vadim@koleoshkin.com'
1517
}
1618
s.source = { :git => 'https://github.com/zeriontech/Web3Swift.git', :tag => s.version.to_s }
1719
s.homepage = 'https://web3swift.io'

0 commit comments

Comments
 (0)