From 25ffa3c7f2a234802331304b1bdf811a6279a5e0 Mon Sep 17 00:00:00 2001 From: Richard Topchii Date: Thu, 3 Jun 2021 13:47:40 +0300 Subject: [PATCH] Add README section about Swift Package Manager --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 127b8d205..d10eac841 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,8 @@ CPMAddPackage( VERSION 3.9.1) ``` +If you are using [Swift Package Manager](https://swift.org/package-manager/), you can use the library by adding a link to this repository. For instructions how to add this dependency to your app, follow the [official guide](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app). + ### Pkg-config If you are using bare Makefiles, you can use `pkg-config` to generate the include flags that point to where the library is installed: