Skip to content

Commit de248ba

Browse files
authored
Merge pull request #30 from kishorepran/feature/update-readme-for-SPM
Update README.md
2 parents bc9605d + 7c9c460 commit de248ba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ Then, import the module :
4646
import ABSteppedProgressBar
4747
```
4848

49+
### Swift Package Manager
50+
51+
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler.
52+
53+
Once you have your Swift package set up, adding Device as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
54+
55+
```swift
56+
dependencies: [
57+
.package(url: "https://github.com/antoninbiret/ABSteppedProgressBar.git", from: "0.2.3")
58+
]
59+
```
60+
4961
## License
5062

5163
ABSteppedProgressBar is licensed under the MIT License.

0 commit comments

Comments
 (0)