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

Commit 20a043a

Browse files
committed
Increase podspec version to 0.5 (#55)
1 parent 6aed772 commit 20a043a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

HSEthereumKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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'
2525
end

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
2020
end

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PODS:
1212
DEPENDENCIES:
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

4141
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)