Skip to content

Commit

Permalink
Понижение версий OS
Browse files Browse the repository at this point in the history
  • Loading branch information
edementiev committed Nov 18, 2022
1 parent b776672 commit dd3e916
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "JSONObject",
platforms: [
.macOS(.v13), .iOS(.v16), .watchOS(.v8), .tvOS(.v16)
.macOS(.v12), .iOS(.v15), .watchOS(.v7), .tvOS(.v15)
],
products: [
.library(
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# JSONObject

A description of this package.
1.0.0
Initial release

1.0.1
Support iSO/tvOS 15, MacOS 12

0 comments on commit dd3e916

Please sign in to comment.