We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7324736 commit 4bd62c7Copy full SHA for 4bd62c7
README.md
@@ -21,10 +21,11 @@ For Swift 4 please use v1
21
For Swift 5 please use v2+
22
23
## Installation
24
+
25
### Swift Package Manager
26
Add the package using Xcode or copy this into your `Package.swift` file:
27
```swift
-.package(url: "https://github.com/sebastianvarela/DeviceIdentificator", from: "3.0.5")
28
+.package(url: "https://github.com/sebastianvarela/DeviceIdentificator", from: "4.0.0")
29
```
30
31
### Manually
0 commit comments