Skip to content

Commit d92423f

Browse files
HappyIosDeveloperMojtabaHs
authored andcommitted
feat: set the minimum iOS version to iOS 13.
1 parent de6580a commit d92423f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "PersianJustify",
8+
platforms: [.iOS(.v13)],
89
products: [
910
// Products define the executables and libraries a package produces, making them visible to other packages.
1011
.library(

0 commit comments

Comments
 (0)