ChainUtils 3.0.0

ChainUtils 3.0.0

Ross KrasnerWyatt MufsonWyatt Mufson 维护。



  • WyattMufson

ChainUtils

适用于 iOS 的轻量级加密钱包 SDK

Build Status codecov Version License Platform

概览

ChainUtilsneovmUtils 的轻量级版本。

安装

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 需要

许可协议

ChainUtils 在以下 MIT 许可协议下可用:MIT license.