Skip to content

Commit 51f893a

Browse files
Add additional installation information to readme (#33)
1 parent 6293401 commit 51f893a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,28 @@ UIKit is currently supported. CombineUI may support additional UI frameworks in
5050

5151
## Installation
5252

53-
**Swift Package Manager Dependency**
53+
### Swift Package Manager
54+
55+
**Package Dependency**
5456

5557
> Replace `<version>` with the desired minimum version.
5658
5759
```swift
5860
.package(url: "https://github.com/Tinder/CombineUI.git", from: "<version>")
5961
```
6062

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+
6175
## Code Examples
6276

6377
All examples require this setup:

0 commit comments

Comments
 (0)