mirror of
https://github.com/samsonjs/NotificationSmuggler.git
synced 2026-03-25 08:25:48 +00:00
Update Readme for 0.1.1
This commit is contained in:
parent
832380d272
commit
5564fcba93
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa
|
|||
When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
|
||||
|
||||
```swift
|
||||
.package(url: "https://github.com/samsonjs/NotificationSmuggler.git", .upToNextMajor(from: "0.1.0"))
|
||||
.package(url: "https://github.com/samsonjs/NotificationSmuggler.git", .upToNextMajor(from: "0.1.1"))
|
||||
```
|
||||
|
||||
and then add `"NotificationSmuggler"` to the list of dependencies in your target as well.
|
||||
|
|
|
|||
Loading…
Reference in a new issue