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

Updated HSCryptoKit pod version #7

Merged
merged 1 commit into from
Mar 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HSHDWalletKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'HSHDWalletKit'
spec.version = '1.0.3'
spec.version = '1.0.4'
spec.summary = 'HD Wallet library for Swift'
spec.description = <<-DESC
HD Wallet library that makes possible generating and validating mnemonic phrases. Also it can generates public / private keys for HD keychain.
Expand All @@ -20,5 +20,5 @@ Pod::Spec.new do |spec|
spec.pod_target_xcconfig = { 'SWIFT_WHOLE_MODULE_OPTIMIZATION' => 'YES',
'APPLICATION_EXTENSION_API_ONLY' => 'YES' }

spec.dependency 'HSCryptoKit', '~> 1.1.0'
spec.dependency 'HSCryptoKit', '~> 1.3.0'
end
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ use_frameworks!
inhibit_all_warnings!

target :HSHDWalletKit do
pod "HSCryptoKit", '~> 1.1.0'
pod "HSCryptoKit", '~> 1.3.0'
end
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- HSCryptoKit (1.1.0)
- HSCryptoKit (1.3.0)

DEPENDENCIES:
- HSCryptoKit (~> 1.1.0)
- HSCryptoKit (~> 1.3.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- HSCryptoKit

SPEC CHECKSUMS:
HSCryptoKit: 8679d53083d1136fc128bbf9b040976110ce1491
HSCryptoKit: 564a3888691658cba58aa60f7d037654fd3c6fb0

PODFILE CHECKSUM: 1d856e6a34711e70e9287de1494b155b69144558
PODFILE CHECKSUM: 7d0bfc91008dc78054aef8a5a6f32e0862b97474

COCOAPODS: 1.5.3