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

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
anquii committed Apr 8, 2022
1 parent c1acf3a commit 0d57e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-orange)](#swift-package-manager)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/anquii/CryptoSwiftWrapper/blob/main/LICENSE)

A Swift package wrapper of [CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift)'s binary in the form of an `XCFramework` bundle. The wrapper is necessary for multiple targets to depend on the binary through [Swift Package Manager](https://www.swift.org/package-manager), as one can only define a single binary target for it within a dependency graph. The release versions of this package mirrors the ones of [CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift) starting from [1.4.3](https://github.com/krzyzanowskim/CryptoSwift/releases/tag/1.4.3).
A Swift package wrapper of [CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift) in binary form (via an `XCFramework` bundle). The wrapper is necessary for multiple targets to depend on the binary through [Swift Package Manager](https://www.swift.org/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](https://github.com/krzyzanowskim/CryptoSwift) starting from [1.4.3](https://github.com/krzyzanowskim/CryptoSwift/releases/tag/1.4.3).

## Platforms
- macOS 10.12+
Expand Down

0 comments on commit 0d57e80

Please sign in to comment.