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

Commit

Permalink
Update pods
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Isaza authored and alejandro-isaza committed Aug 7, 2018
1 parent 5829d96 commit eb94ba0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Podfile
Expand Up @@ -6,7 +6,7 @@ target 'TrustKeystore' do
pod 'BigInt', inhibit_warnings: true
pod 'CryptoSwift', '~> 0.10.0'
pod 'TrezorCrypto', inhibit_warnings: true
pod 'TrustCore', :git=>'https://github.com/TrustWallet/trust-core', :branch=>'master', inhibit_warnings: true
pod 'TrustCore', '~> 0.1.2', inhibit_warnings: true
pod 'SwiftLint'

target 'KeystoreBenchmark'
Expand Down
37 changes: 14 additions & 23 deletions Podfile.lock
@@ -1,20 +1,20 @@
PODS:
- BigInt (3.0.1):
- BigInt (3.1.0):
- SipHash (~> 1.2)
- CryptoSwift (0.10.0)
- SipHash (1.2.0)
- SwiftLint (0.25.0)
- TrezorCrypto (0.0.6)
- TrustCore (0.0.7):
- SipHash (1.2.2)
- SwiftLint (0.27.0)
- TrezorCrypto (0.0.7)
- TrustCore (0.1.2):
- BigInt
- TrezorCrypto (~> 0.0.6)
- TrezorCrypto (~> 0.0.7)

DEPENDENCIES:
- BigInt
- CryptoSwift (~> 0.10.0)
- SwiftLint
- TrezorCrypto
- TrustCore (from `https://github.com/TrustWallet/trust-core`, branch `master`)
- TrustCore (~> 0.1.2)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -23,25 +23,16 @@ SPEC REPOS:
- SipHash
- SwiftLint
- TrezorCrypto

EXTERNAL SOURCES:
TrustCore:
:branch: master
:git: https://github.com/TrustWallet/trust-core

CHECKOUT OPTIONS:
TrustCore:
:commit: 4caee499a817638ce666b0c4448734cf933912f7
:git: https://github.com/TrustWallet/trust-core
- TrustCore

SPEC CHECKSUMS:
BigInt: 8e8a52161c745cd3ab78e3dc346a9fbee51e6cf6
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
CryptoSwift: 6c778d69282bed3b4e975ff97a79d074f20bb011
SipHash: c6e9e43e9c531b5bc6602545130c26194a6d31ce
SwiftLint: e14651157288e9e01d6e1a71db7014fb5744a8ea
TrezorCrypto: bea2dab002f9a5fe885df004694b9ece52dc088b
TrustCore: 6c7deb45f03664d650da712bb5a19b33df0534a6
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073
TrezorCrypto: 73af08424b94cc59f1c7a91579da1c7403039dc7
TrustCore: 826bad2b9fdb099db863d170844c9a15625c9b88

PODFILE CHECKSUM: 353b4a2821450d544cdacb08929aca78d0884419
PODFILE CHECKSUM: e720b6884e4a8c53a701ee85aae511c5c66281d8

COCOAPODS: 1.5.3
6 changes: 3 additions & 3 deletions TrustKeystore.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TrustKeystore'
s.version = '0.4.1'
s.version = '0.4.3'
s.summary = 'A general-purpose Ethereum keystore for managing wallets.'
s.homepage = 'https://github.com/TrustWallet/trust-keystore'
s.license = 'GPL'
Expand All @@ -13,8 +13,8 @@ Pod::Spec.new do |s|

s.dependency 'BigInt'
s.dependency 'CryptoSwift'
s.dependency 'TrezorCrypto', '~> 0.0.6'
s.dependency 'TrustCore'
s.dependency 'TrezorCrypto', '~> 0.0.7'
s.dependency 'TrustCore', '0.1.2'

s.pod_target_xcconfig = { 'SWIFT_OPTIMIZATION_LEVEL' => '-Owholemodule' }
end

0 comments on commit eb94ba0

Please sign in to comment.