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 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'HSEthereumKit'
3
- spec . version = '0.4 '
3
+ spec . version = '0.5 '
4
4
spec . summary = 'Ethereum wallet library for Swift'
5
5
spec . description = <<-DESC
6
6
HSEthereumKit implements Ethereum protocol in Swift. Uses EthereumKit library.
@@ -21,5 +21,5 @@ Pod::Spec.new do |spec|
21
21
spec . dependency 'HSHDWalletKit' , '~> 1.0.3'
22
22
spec . dependency 'RxSwift' , '~> 4.0'
23
23
spec . dependency 'Alamofire' , '~> 4.8.0'
24
- spec . dependency 'GRDB.swift'
24
+ spec . dependency 'GRDB.swift' , '~> 3.6.2'
25
25
end
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def common_pods
14
14
pod 'HSHDWalletKit' , '~> 1.0.3'
15
15
pod 'HSCryptoKit' , '~> 1.1.0'
16
16
17
- pod 'GRDB.swift'
17
+ pod 'GRDB.swift' , '~> 3.6.2'
18
18
19
19
pod 'Alamofire' , '~> 4.8.0'
20
20
end
Original file line number Diff line number Diff line change 12
12
DEPENDENCIES:
13
13
- Alamofire (~> 4.8.0)
14
14
- Cuckoo (~> 0.12.0)
15
- - GRDB.swift
15
+ - GRDB.swift (~> 3.6.2)
16
16
- HSCryptoKit (~> 1.1.0)
17
17
- HSHDWalletKit (~> 1.0.3)
18
18
- RxSwift (~> 4.0)
@@ -36,6 +36,6 @@ SPEC CHECKSUMS:
36
36
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
37
37
RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973
38
38
39
- PODFILE CHECKSUM: 18c0e77d1cc96c8fa2413b05c36862d9e2d119f2
39
+ PODFILE CHECKSUM: 0d5d0b78cf2d9fc1ef6f08cde26dc16d7bcdc0b4
40
40
41
41
COCOAPODS: 1.5.3
You can’t perform that action at this time.
0 commit comments