ChainUtils
适用于 iOS 的轻量级加密钱包 SDK
概览
ChainUtils
是 neovmUtils 的轻量级版本。
安装
ChainUtils
通过 CocoaPods 提供。要安装它,只需将以下行添加到 Podfile 中
pod 'ChainUtils'
然后将其导入到您的项目中
import ChainUtils
注意: ChainUtils
需要 iOS 12.0 或更高版本。
以下是一个示例 Podfile
use_frameworks!
platform :ios, '12.0'
target :'My_App' do
pod 'ChainUtils'
end
子依赖项
ChainUtils
需要
- NetworkUtils - Swift 的 axios 风格 HTTP 请求包
- SwiftPromises - Ryu promises 包
许可协议
ChainUtils
在以下 MIT 许可协议下可用:MIT license.