Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tattn authored Dec 22, 2021
1 parent ebb048a commit 89fda70
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,28 @@ My favorite Swift extensions.

You can install this package with Swift Package Manager.

### Recommended
```swift
dependencies: [
.package(
name: "SwiftExtensions",
url: "https://github.com/tattn/SwiftExtensions.git",
from: "3.0.0-beta.1"
),
],
```

### Experimental (Prebuild packages)
```swift
dependencies: [
.package(
name: "SwiftExtensions",
url: "https://github.com/tattn/SwiftExtensionsXCFramework.git",
from: "3.0.0-beta.1"
),
],
```

# Usage

```swift
Expand Down

0 comments on commit 89fda70

Please sign in to comment.