Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PODS:
- SipHash (1.2.2)
- SwiftLint (0.25.1)
- SwiftyJSON (4.3.0)
- Web3Swift.io (0.0.2):
- Web3Swift.io (0.0.3):
- BigInt (~> 3.1)
- CryptoSwift (~> 1.0)
- secp256k1_ios (~> 0.1)
Expand Down Expand Up @@ -50,7 +50,7 @@ SPEC CHECKSUMS:
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
SwiftyJSON: 6faa0040f8b59dead0ee07436cbf76b73c08fd08
Web3Swift.io: e22a1d2d05b6a9a5343a97305a7155c9b28c5d38
Web3Swift.io: 361c92fd062d0f0865896c8033a3a765cd8b9dea

PODFILE CHECKSUM: da3580585a2e1577cba6b9aff6fe3cf1ca4b44d7

Expand Down
10 changes: 6 additions & 4 deletions Web3Swift.io.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
Pod::Spec.new do |s|
s.name = 'Web3Swift.io'
s.version = '0.0.2'
s.summary = 'Web3 library in Swift'
s.version = '0.0.3'
s.summary = 'Web3 library for Swift. Construct and sign transactions, interact with smart contracts.'

s.description = <<-DESC
Ethereum client library written in pure Swift.
Ethereum client library written in pure Swift.
Sign transactions and messages, interact with smart contracts,
encode and decode ABI messages.
DESC

s.homepage = 'https://github.com/zeriontech/Web3Swift'
s.license = { :type => 'Apache License 2.0', :file => 'LICENSE' }
s.author = {
'Timofey Solonin' => 'abdulowork@gmail.com',
'Vadim Koleoshkin' => 'vadim@zerion.io'
'Vadim Koleoshkin' => 'vadim@koleoshkin.com'
}
s.source = { :git => 'https://github.com/zeriontech/Web3Swift.git', :tag => s.version.to_s }
s.homepage = 'https://web3swift.io'
Expand Down