We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6293401 commit 51f893aCopy full SHA for 51f893a
README.md
@@ -50,14 +50,28 @@ UIKit is currently supported. CombineUI may support additional UI frameworks in
50
51
## Installation
52
53
-**Swift Package Manager Dependency**
+### Swift Package Manager
54
+
55
+**Package Dependency**
56
57
> Replace `<version>` with the desired minimum version.
58
59
```swift
60
.package(url: "https://github.com/Tinder/CombineUI.git", from: "<version>")
61
```
62
63
+**Target Dependency**
64
65
+```
66
+"CombineUI"
67
68
69
+### Swift Package Collection
70
71
+```swift
72
+https://swiftpackageindex.com/Tinder/collection.json
73
74
75
## Code Examples
76
77
All examples require this setup:
0 commit comments