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 797d18e commit 52fbad6Copy full SHA for 52fbad6
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: "7.0.2"))
+.package(url: "https://github.com/INPS-it/sirio-kit-iOS", .upToNextMajor(from: "8.0.0"))
15
```
16
2. Declare `import SirioKitIOS` to use the components where you want to use them.
17
@@ -24,6 +24,8 @@ struct iOS_ExampleApp: App {
24
init() {
25
// Register fonts from library
26
Fonts.registerFonts()
27
+ // Svg Coder
28
+ SDImageCodersManager.shared.addCoder(SDImageSVGCoder.shared)
29
}
30
31
0 commit comments