Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

anquii/CryptoSwiftWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CryptoSwiftWrapper

Platform Swift Package Manager compatible License

A Swift package wrapper of CryptoSwift in binary form (via an XCFramework bundle). The wrapper is necessary for multiple targets to depend on the binary through Swift Package Manager, as only one binary target can be defined for it within a dependency graph. The release versions of this package mirrors the ones of CryptoSwift starting from 1.4.3.

Platforms

  • macOS 10.12+
  • iOS 9+
  • tvOS 9+
  • watchOS 2+

Installation

Swift Package Manager

Add the following line to your Package.swift file:

.package(url: "https://github.com/anquii/CryptoSwiftWrapper.git", from: "1.4.3")

...or integrate with Xcode via File -> Swift Packages -> Add Package Dependency... using the URL of the repository.

License

CryptoSwiftWrapper is licensed under the terms of the MIT license. See the LICENSE file for more information.