Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kibotu committed Mar 26, 2024
1 parent 058363a commit 979ba73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ func doSomething() {

### Swift Package Manager

The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

To integrate ServiceLocator into your Xcode project using Xcode 15.0 or later, specify it in `File > Swift Packages > Add Package Dependency...`:
Add the depdency to your `Package.swift`

```swift
https://github.com/kibotu/ServiceLocator
dependencies: [
.package(url: "https://github.com/kibotu/ServiceLocator", from: "1.0.2"),
]
```

## Requirements
Expand Down

0 comments on commit 979ba73

Please sign in to comment.