Skip to content

Commit f6b72be

Browse files
committed
update availability
1 parent 73a4da5 commit f6b72be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlyingFox/Sources/JSON/JSONValue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public extension JSONValue {
192192
}
193193

194194
private static var defaultOptions: JSONSerialization.ReadingOptions {
195-
guard #available(macOS 12.0, *) else { return [] }
195+
guard #available(macOS 12.0, iOS 15.0, tvOS 15.0, watchOS 8.0, *) else { return [] }
196196
#if canImport(Darwin)
197197
return [.json5Allowed]
198198
#else

0 commit comments

Comments
 (0)