We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 231d6f5 commit b5915beCopy full SHA for b5915be
README.md
@@ -11,7 +11,7 @@ sirio-kit-iOS is a library containing the iOS implementation of the Sirio design
11
## Usage
12
1. Add the following to your Package.swift:
13
```swift
14
-.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "8.1.0"))
+.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "9.0.0"))
15
```
16
2. Declare `import SirioKitIOS` to use the components where you want to use them.
17
0 commit comments