Skip to content

Commit 6baf945

Browse files
authored
Merge pull request #315 from liweiz/master
Added steps to setup in SPM in ReadMe
2 parents afe8639 + 0a5d888 commit 6baf945

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@ To add Swiftz to your application:
135135
- Set the directory to `Frameworks`
136136
- Click the + and add Swiftz
137137

138+
**Using Swift Package Manager**
139+
140+
- Add Swiftz to your `Package.swift` file's `dependencies` section:
141+
142+
```swift
143+
.Package(url: "https://github.com/typelift/Swiftz", versions: Version(0,6,0)..<Version(1,0,0))
144+
```
138145

139146
System Requirements
140147
===================

0 commit comments

Comments
 (0)