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

Commit

Permalink
Merge pull request #202 from zeriontech/develop
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
rockfridrich authored Apr 9, 2019
2 parents ec3cf5e + 873c5f0 commit 20ae7ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
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' => '[email protected]',
'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

0 comments on commit 20ae7ba

Please sign in to comment.