File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ Flare is a modern, lightweight Swift framework that simplifies working with in-a
4848
4949| Package | Supported Platforms | Xcode | Minimum Swift Version |
5050| ---------| -------------------| -------| ----------------------|
51- | ** Flare** | iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 7.0+ / visionOS 1.0+ | 15.3 + | 5.10 |
52- | ** FlareUI** | iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ | 15.3 + | 5.10 |
51+ | ** Flare** | iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 7.0+ / visionOS 1.0+ | 15.4 + | 5.10 |
52+ | ** FlareUI** | iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ | 15.4 + | 5.10 |
5353
5454## 🚀 Installation
5555
@@ -59,7 +59,7 @@ Add the following dependency to your `Package.swift`:
5959
6060``` swift
6161dependencies: [
62- .package (url : " https://github.com/space-code/flare.git" , . upToNextMajor ( from : " 3.1 .0" ) )
62+ .package (url : " https://github.com/space-code/flare.git" , from : " 3.3 .0" )
6363]
6464```
6565
You can’t perform that action at this time.
0 commit comments