Skip to content

Commit

Permalink
minor changes in package
Browse files Browse the repository at this point in the history
  • Loading branch information
ihorkhomyak committed May 6, 2022
1 parent dd9ecda commit e037d03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ let package = Package(
name: "jsonlogic-cli",
targets: ["jsonlogic-cli"]),
],

targets: [
.target(
name: "jsonlogic-cli",
Expand All @@ -36,5 +37,6 @@ let package = Package(
name: "JSONTests",
dependencies: ["JSON"])
],

swiftLanguageVersions: [.v5, .v4_2, .v4]
)

0 comments on commit e037d03

Please sign in to comment.