File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ The only way to install this package is with Swift Package Manager (SPM). Please
101101
102102### Supported Platforms
103103
104- This package is supported on iOS 18 .0+ and macOS 15 .0+.
104+ This package is supported on iOS 17 .0+ and macOS 14 .0+.
105105
106106### Xcode
107107
@@ -112,7 +112,7 @@ When you're integrating this into an app with Xcode then go to your project's Pa
112112When you're integrating this using SPM on its own then add this to the list of dependencies your Package.swift file:
113113
114114``` swift
115- .package (url : " https://github.com/samsonjs/AsyncMonitor.git" , .upToNextMajor (from : " 0.2 .1" ))
115+ .package (url : " https://github.com/samsonjs/AsyncMonitor.git" , .upToNextMajor (from : " 0.3 .1" ))
116116```
117117
118118and then add ` "AsyncMonitor" ` to the list of dependencies in your target as well.
You can’t perform that action at this time.
0 commit comments