This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #202 from zeriontech/develop
Bump version
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|