From 0d57e806de368b5d2364fabb7c789b48661ec90c Mon Sep 17 00:00:00 2001 From: anquii <50277099+anquii@users.noreply.github.com> Date: Fri, 8 Apr 2022 09:22:32 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ec1e23..b686cab 100644 --- a/README.md +++ b/README.md @@ -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+