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

Commit

Permalink
Increase podspec version to 0.5 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed Feb 27, 2019
1 parent 6aed772 commit 20a043a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions HSEthereumKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'HSEthereumKit'
spec.version = '0.4'
spec.version = '0.5'
spec.summary = 'Ethereum wallet library for Swift'
spec.description = <<-DESC
HSEthereumKit implements Ethereum protocol in Swift. Uses EthereumKit library.
Expand All @@ -21,5 +21,5 @@ Pod::Spec.new do |spec|
spec.dependency 'HSHDWalletKit', '~> 1.0.3'
spec.dependency 'RxSwift', '~> 4.0'
spec.dependency 'Alamofire', '~> 4.8.0'
spec.dependency 'GRDB.swift'
spec.dependency 'GRDB.swift', '~> 3.6.2'
end
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def common_pods
pod 'HSHDWalletKit', '~> 1.0.3'
pod 'HSCryptoKit', '~> 1.1.0'

pod 'GRDB.swift'
pod 'GRDB.swift', '~> 3.6.2'

pod 'Alamofire', '~> 4.8.0'
end
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PODS:
DEPENDENCIES:
- Alamofire (~> 4.8.0)
- Cuckoo (~> 0.12.0)
- GRDB.swift
- GRDB.swift (~> 3.6.2)
- HSCryptoKit (~> 1.1.0)
- HSHDWalletKit (~> 1.0.3)
- RxSwift (~> 4.0)
Expand All @@ -36,6 +36,6 @@ SPEC CHECKSUMS:
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973

PODFILE CHECKSUM: 18c0e77d1cc96c8fa2413b05c36862d9e2d119f2
PODFILE CHECKSUM: 0d5d0b78cf2d9fc1ef6f08cde26dc16d7bcdc0b4

COCOAPODS: 1.5.3

0 comments on commit 20a043a

Please sign in to comment.