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

Commit

Permalink
Update dependency pod name for CryptoX11 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed May 9, 2019
1 parent 987084a commit 5d83ef1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion DashKit.swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |spec|
spec.dependency 'BitcoinCore.swift', '~> 0.5'
spec.dependency 'HSCryptoKit', '~> 1.0'
spec.dependency 'HSHDWalletKit', '~> 1.0'
spec.dependency 'HSCryptoX11', '~> 1.0'
spec.dependency 'CryptoX11.swift', '~> 1.0'
spec.dependency 'Alamofire', '~> 4.0'
spec.dependency 'ObjectMapper', '~> 3.0'
spec.dependency 'RxSwift', '~> 4.0'
Expand Down
2 changes: 1 addition & 1 deletion DashKit/DashKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
"${BUILT_PRODUCTS_DIR}/HSCryptoKit/HSCryptoKit.framework",
"${BUILT_PRODUCTS_DIR}/HSHDWalletKit/HSHDWalletKit.framework",
"${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
"${BUILT_PRODUCTS_DIR}/HSCryptoX11/HSCryptoX11.framework",
"${BUILT_PRODUCTS_DIR}/CryptoX11.swift/HSCryptoX11.framework",
"${BUILT_PRODUCTS_DIR}/Cuckoo/Cuckoo.framework",
"${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework",
"${BUILT_PRODUCTS_DIR}/Quick/Quick.framework",
Expand Down
2 changes: 1 addition & 1 deletion Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"${BUILT_PRODUCTS_DIR}/HSHDWalletKit/HSHDWalletKit.framework",
"${BUILT_PRODUCTS_DIR}/ObjectMapper/ObjectMapper.framework",
"${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
"${BUILT_PRODUCTS_DIR}/HSCryptoX11/HSCryptoX11.framework",
"${BUILT_PRODUCTS_DIR}/CryptoX11.swift/HSCryptoX11.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
Expand Down
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ target :DashKit do
project 'DashKit/DashKit'
kit_pods

pod 'HSCryptoX11', git: 'https://github.com/horizontalsystems/crypto-x11-ios'
pod 'CryptoX11.swift', git: 'https://github.com/horizontalsystems/crypto-x11-ios'
end

target :Demo do
project 'Demo/Demo'
kit_pods

pod 'HSCryptoX11', git: 'https://github.com/horizontalsystems/crypto-x11-ios'
pod 'CryptoX11.swift', git: 'https://github.com/horizontalsystems/crypto-x11-ios'
end

def test_pods
Expand Down Expand Up @@ -89,5 +89,5 @@ target :DashKitTests do
internal_pods
test_pods

pod 'HSCryptoX11', git: 'https://github.com/horizontalsystems/crypto-x11-ios'
pod 'CryptoX11.swift', git: 'https://github.com/horizontalsystems/crypto-x11-ios'
end
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- Alamofire (4.8.2)
- BigInt (4.0.0)
- CryptoX11.swift (1.0)
- Cuckoo (0.13.0)
- GRDB.swift (3.7.0)
- HSCryptoKit (1.3.0)
- HSCryptoX11 (1.0.0)
- HSHDWalletKit (1.0.4):
- HSCryptoKit (~> 1.3.0)
- Nimble (8.0.1)
Expand All @@ -17,10 +17,10 @@ PODS:
DEPENDENCIES:
- Alamofire (~> 4.0)
- BigInt (~> 4.0)
- CryptoX11.swift (from `https://github.com/horizontalsystems/crypto-x11-ios`)
- Cuckoo
- GRDB.swift (~> 3.0)
- HSCryptoKit (from `https://github.com/horizontalsystems/crypto-kit-ios`)
- HSCryptoX11 (from `https://github.com/horizontalsystems/crypto-x11-ios`)
- HSHDWalletKit (from `https://github.com/horizontalsystems/hd-wallet-kit-ios`)
- Nimble
- ObjectMapper (~> 3.0)
Expand All @@ -41,38 +41,38 @@ SPEC REPOS:
- RxSwift

EXTERNAL SOURCES:
CryptoX11.swift:
:git: https://github.com/horizontalsystems/crypto-x11-ios
HSCryptoKit:
:git: https://github.com/horizontalsystems/crypto-kit-ios
HSCryptoX11:
:git: https://github.com/horizontalsystems/crypto-x11-ios
HSHDWalletKit:
:git: https://github.com/horizontalsystems/hd-wallet-kit-ios

CHECKOUT OPTIONS:
CryptoX11.swift:
:commit: b1c203440891fc5f529a1577e0d20386559da581
:git: https://github.com/horizontalsystems/crypto-x11-ios
HSCryptoKit:
:commit: 376f161f13c5d8facd58a8150722458c5ed77237
:git: https://github.com/horizontalsystems/crypto-kit-ios
HSCryptoX11:
:commit: 0a756c54646cad97c5d1db356227ff8eb7936d95
:git: https://github.com/horizontalsystems/crypto-x11-ios
HSHDWalletKit:
:commit: e2228bae9841883d5ecbc15f83152b0b34f23efd
:git: https://github.com/horizontalsystems/hd-wallet-kit-ios

SPEC CHECKSUMS:
Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3
BigInt: 2aad1a9942dc932ec8b84290d2c564a3d76f97ab
CryptoX11.swift: 59db498ef7934eb3c0a9e84a9c1848996a3c2282
Cuckoo: 3112ee8b01d84e21bde500a45f9992ac81d80006
GRDB.swift: 51cc9e57ae8ff7083a9d674c97925aa1de06aac5
HSCryptoKit: 564a3888691658cba58aa60f7d037654fd3c6fb0
HSCryptoX11: 9619fbffb53e9de913d77a531c5ef35cd0402dfe
HSHDWalletKit: e09162c2bb121c9db9b0cf203bd93b40965aad74
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
ObjectMapper: 0d4402610f4e468903ae64629eec4784531e5c51
Quick: 4be43f6634acfa727dd106bdf3929ce125ffa79d
RxBlocking: 79413e4d916f44bb3e113c5b2cc059e36fe58910
RxSwift: f172070dfd1a93d70a9ab97a5a01166206e1c575

PODFILE CHECKSUM: b8777fa467daddfaaaa7012415b2731e14fac292
PODFILE CHECKSUM: 2ac2087c74be723db1f618da29eff4c5d5d5c9eb

COCOAPODS: 1.6.1

0 comments on commit 5d83ef1

Please sign in to comment.