Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Release pods
Browse files Browse the repository at this point in the history
  • Loading branch information
esen authored and ant013 committed Mar 24, 2021
1 parent 5da2775 commit baef94f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

## Current Version

## 0.13.0

* `EthereumKit`
* Add support to BSC. Kit initialization method changed [ **non-back-compatible api change** ]
* Update `Etherscan` testnet urls
Expand Down
4 changes: 2 additions & 2 deletions Erc20Kit.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'Erc20Kit.swift'
s.module_name = 'Erc20Kit'
s.version = '0.12'
s.version = '0.13'
s.summary = 'Erc20 token library for Swift.'

s.homepage = 'https://github.com/horizontalsystems/ethereum-kit-ios'
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.dependency 'EthereumKit.swift', '~> 0.12'
s.dependency 'EthereumKit.swift', '~> 0.13'
s.dependency 'OpenSslKit.swift', '~> 1.0'
s.dependency 'Secp256k1Kit.swift', '~> 1.0'
s.dependency 'UIExtensions.swift', '~> 1.1.0'
Expand Down
2 changes: 1 addition & 1 deletion EthereumKit.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'EthereumKit.swift'
s.module_name = 'EthereumKit'
s.version = '0.12'
s.version = '0.13'
s.summary = 'Ethereum wallet library for Swift.'

s.description = <<-DESC
Expand Down
16 changes: 8 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ PODS:
- Cuckoo (1.4.1):
- Cuckoo/Swift (= 1.4.1)
- Cuckoo/Swift (1.4.1)
- Erc20Kit.swift (0.12):
- Erc20Kit.swift (0.13):
- BigInt (~> 5.0)
- EthereumKit.swift (~> 0.12)
- EthereumKit.swift (~> 0.13)
- GRDB.swift (~> 4.0)
- OpenSslKit.swift (~> 1.0)
- RxSwift (~> 5.0)
- Secp256k1Kit.swift (~> 1.0)
- UIExtensions.swift (~> 1.1.0)
- EthereumKit.swift (0.12):
- EthereumKit.swift (0.13):
- BigInt (~> 5.0)
- BlueSocket (~> 1.0)
- GRDB.swift (~> 4.0)
Expand Down Expand Up @@ -43,9 +43,9 @@ PODS:
- SnapKit (5.0.1)
- Starscream (3.1.1)
- UIExtensions.swift (1.1.1)
- UniswapKit.swift (0.9.2):
- UniswapKit.swift (0.9.3):
- BigInt (~> 5.0)
- EthereumKit.swift (~> 0.12)
- EthereumKit.swift (~> 0.13)
- OpenSslKit.swift (~> 1.0)
- RxSwift (~> 5.0)
- Secp256k1Kit.swift (~> 1.0)
Expand Down Expand Up @@ -103,8 +103,8 @@ SPEC CHECKSUMS:
BigInt: f668a80089607f521586bbe29513d708491ef2f7
BlueSocket: 1acd943acb07b55905291d608649fcfbf8cbd57d
Cuckoo: 4625f7f54d9bb880123270e8969898d6c1d036b5
Erc20Kit.swift: 5ddd33c285d2fa4923a96442826dbb99e74edbe1
EthereumKit.swift: 4a6ec8d95830e25e0f0bd2b0266d94294f4e38b5
Erc20Kit.swift: 515fa9e03d2b4c8916e2a20ab37a32c1068666f4
EthereumKit.swift: 6b637950f76c83132647e890e0fc9ed812f75483
GRDB.swift: 8cc3ab7c8b8b4ac1761deb8dca4b51c1c9d429f8
HdWalletKit.swift: 4af4ef744a446904261971e5c31daf2eea8403c5
HsToolKit.swift: d47ef3e8c507a6e980f2f6d819c5b0cf05845910
Expand All @@ -117,7 +117,7 @@ SPEC CHECKSUMS:
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
UIExtensions.swift: 3ed084c0343ddd0f86c7c558d37759e1fd7d5778
UniswapKit.swift: 248c7be1ed89715c588f08ea05d835f53da7049c
UniswapKit.swift: 2704b417b88cbb50fcc6ab6b5493b392194cc286

PODFILE CHECKSUM: 43ed41a4a715d1a068ba9b0c76f21db141f5d502

Expand Down
4 changes: 2 additions & 2 deletions UniswapKit.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'UniswapKit.swift'
s.module_name = 'UniswapKit'
s.version = '0.9.2'
s.version = '0.9.3'
s.summary = 'Uniswap exchange integration for Swift.'

s.homepage = 'https://github.com/horizontalsystems/ethereum-kit-ios'
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.dependency 'EthereumKit.swift', '~> 0.12'
s.dependency 'EthereumKit.swift', '~> 0.13'
s.dependency 'OpenSslKit.swift', '~> 1.0'
s.dependency 'Secp256k1Kit.swift', '~> 1.0'

Expand Down

0 comments on commit baef94f

Please sign in to comment.