From 7143ac9a70b27b282526df0847cc34476cb88eca Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Sun, 26 Jan 2025 13:10:24 -0800 Subject: [PATCH] Add additional installation information to readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6f651c..7fdfd26 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,9 @@ UIKit is currently supported. CombineUI may support additional UI frameworks in ## Installation -**Swift Package Manager Dependency** +### Swift Package Manager + +**Package Dependency** > Replace `` with the desired minimum version. @@ -58,6 +60,18 @@ UIKit is currently supported. CombineUI may support additional UI frameworks in .package(url: "https://github.com/Tinder/CombineUI.git", from: "") ``` +**Target Dependency** + +``` +"CombineUI" +``` + +### Swift Package Collection + +```swift +https://swiftpackageindex.com/Tinder/collection.json +``` + ## Code Examples All examples require this setup: