brianjohnson21 / ChainUtils

Light weight encryption wallet SDK for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChainUtils

Light weight encryption wallet SDK for iOS

Build Status codecov Version License Platform

Overview

ChainUtils is a light weight version of neovmUtils.

Installation

ChainUtils is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ChainUtils'

And import it into your project with:

import ChainUtils

Note: ChainUtils requires iOS 12.0 or higher.

An example Podfile would look like this:

use_frameworks!
platform :ios, '12.0'

target :'My_App' do
  pod 'ChainUtils'
end

Sub-dependencies

ChainUtils requires:

License

ChainUtils is available under the MIT license.

About

Light weight encryption wallet SDK for iOS

License:MIT License


Languages

Language:Swift 51.8%Language:Objective-C 45.7%Language:Ruby 1.9%Language:C 0.6%