File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
- # WebPush
1
+ # Swift WebPush
2
2
3
3
<p align =" center " >
4
4
<a href="https://swiftpackageindex.com/mochidev/swift-webpush">
@@ -16,19 +16,19 @@ A server-side Swift implementation of the WebPush standard.
16
16
17
17
## Quick Links
18
18
19
- - [ Documentation] ( https://swiftpackageindex.com/mochidev/WebPush /documentation )
19
+ - [ Documentation] ( https://swiftpackageindex.com/mochidev/swift-webpush /documentation )
20
20
- [ Updates on Mastodon] ( https://mastodon.social/tags/SwiftWebPush )
21
21
22
22
## Installation
23
23
24
24
Add ` WebPush ` as a dependency in your ` Package.swift ` file to start using it. Then, add ` import WebPush ` to any file you wish to use the library in.
25
25
26
- Please check the [ releases] ( https://github.com/mochidev/WebPush /releases ) for recommended versions.
26
+ Please check the [ releases] ( https://github.com/mochidev/swift-webpush /releases ) for recommended versions.
27
27
28
28
``` swift
29
29
dependencies: [
30
30
.package (
31
- url : " https://github.com/mochidev/WebPush .git" ,
31
+ url : " https://github.com/mochidev/swift-webPush .git" ,
32
32
.upToNextMinor (from : " 0.1.1" )
33
33
),
34
34
],
@@ -39,10 +39,13 @@ targets: [
39
39
dependencies : [
40
40
" WebPush" ,
41
41
]
42
- )
43
- .testTarget (name : " MyPackageTests" , dependencies : [
44
- " WebPushTesting" ,
45
- ]
42
+ ),
43
+ .testTarget (
44
+ name : " MyPackageTests" ,
45
+ dependencies : [
46
+ " WebPushTesting" ,
47
+ ]
48
+ ),
46
49
]
47
50
```
48
51
You can’t perform that action at this time.
0 commit comments