This repository was archived by the owner on Oct 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'HSEthereumKit'
3- spec . version = '0.4 '
3+ spec . version = '0.5 '
44 spec . summary = 'Ethereum wallet library for Swift'
55 spec . description = <<-DESC
66 HSEthereumKit implements Ethereum protocol in Swift. Uses EthereumKit library.
@@ -21,5 +21,5 @@ Pod::Spec.new do |spec|
2121 spec . dependency 'HSHDWalletKit' , '~> 1.0.3'
2222 spec . dependency 'RxSwift' , '~> 4.0'
2323 spec . dependency 'Alamofire' , '~> 4.8.0'
24- spec . dependency 'GRDB.swift'
24+ spec . dependency 'GRDB.swift' , '~> 3.6.2'
2525end
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def common_pods
1414 pod 'HSHDWalletKit' , '~> 1.0.3'
1515 pod 'HSCryptoKit' , '~> 1.1.0'
1616
17- pod 'GRDB.swift'
17+ pod 'GRDB.swift' , '~> 3.6.2'
1818
1919 pod 'Alamofire' , '~> 4.8.0'
2020end
Original file line number Diff line number Diff line change 1212DEPENDENCIES:
1313 - Alamofire (~> 4.8.0)
1414 - Cuckoo (~> 0.12.0)
15- - GRDB.swift
15+ - GRDB.swift (~> 3.6.2)
1616 - HSCryptoKit (~> 1.1.0)
1717 - HSHDWalletKit (~> 1.0.3)
1818 - RxSwift (~> 4.0)
@@ -36,6 +36,6 @@ SPEC CHECKSUMS:
3636 RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
3737 RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973
3838
39- PODFILE CHECKSUM: 18c0e77d1cc96c8fa2413b05c36862d9e2d119f2
39+ PODFILE CHECKSUM: 0d5d0b78cf2d9fc1ef6f08cde26dc16d7bcdc0b4
4040
4141COCOAPODS: 1.5.3
You can’t perform that action at this time.
0 commit comments