Skip to content

Commit

Permalink
[#91] Specified Supported Platforms in Package.swift (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovmanshin authored Feb 20, 2022
1 parent 40dc539 commit effb747
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ import PackageDescription

let package = Package(
name: "YMFF",
platforms: [
.macOS(.v10_13),
.iOS(.v11),
],
products: [
.library(
name: "YMFF",
Expand Down

0 comments on commit effb747

Please sign in to comment.