HDWalletKit
iOS 的分层确定性钱包 (HD Wallet)
安装
CocoaPods
CocoaPods 是 Cocoa 项目的依赖管理工具。您可以通过以下命令进行安装
$ gem install cocoapods
HDWalletKit 需要 CocoaPods 1.1+ 进行构建
要使用 CocoaPods 将 HDWalletKit 集成到您的 Xcode 项目中,请在您的 Podfile
中指定它
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
target '<Your Target Name>' do
pod 'HDWalletKitSwift'
end