File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 5
5
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License">
6
6
</a>
7
7
<a href="https://swift.org">
8
- <img src="https://img.shields.io/badge/swift-5.2 -brightgreen.svg" alt="Swift 5.2 ">
8
+ <img src="https://img.shields.io/badge/swift-6.0 -brightgreen.svg" alt="Swift 6.0 ">
9
9
</a>
10
10
<a href="https://discord.gg/q5wCPYv">
11
11
<img src="https://img.shields.io/discord/612561840765141005" alt="Swift.Stream">
@@ -21,7 +21,9 @@ It's a swift lib that gives ability to send push notifications through Firebase
21
21
22
22
Built for Vapor4 and depends on ` JWT ` Vapor lib.
23
23
24
- > 💡Vapor3 version is available in ` vapor3 ` branch and from ` 1.0.0 ` tag
24
+ > 💡 Vapor3 version is available in ** [ vapor3] ( https://github.com/MihaelIsaev/FCM/tree/vapor3 ) ** branch and from ` 1.0.0 ` tag
25
+ >
26
+ > 💡 Stable Vapor4 ELF version is available in ** [ v2] ( https://github.com/MihaelIsaev/FCM/tree/v2 ) ** branch and from ` 2.0.0 ` tag
25
27
26
28
If you have great ideas of how to improve this package write me (@iMike #3049) in [ Vapor's discord chat] ( http://vapor.team ) or just send pull request.
27
29
@@ -33,7 +35,7 @@ Edit your `Package.swift`
33
35
34
36
``` swift
35
37
// add this repo to dependencies
36
- .package (url : " https://github.com/MihaelIsaev/FCM.git" , from : " 2.13.0 " )
38
+ .package (url : " https://github.com/MihaelIsaev/FCM.git" , from : " 3.0.0-beta.1 " )
37
39
// and don't forget about targets
38
40
.product (name : " FCM" , package : " FCM" )
39
41
```
You can’t perform that action at this time.
0 commit comments