anquii / CryptoSwiftWrapper

A Swift package defining a binary target of CryptoSwift for Swift Package Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Swift package defining a binary target of CryptoSwift for Swift Package Manager

License:MIT License


Languages

Language:Swift 100.0%