bumped os version to 13.0

This commit is contained in:
Haik Aslanyan
2020-02-18 16:04:45 +04:00
parent 7f9dfecc62
commit 71d35d5a76
+1 -1
View File
@@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "RoundCode",
platforms: [.iOS(.v11)],
platforms: [.iOS(.v13)],
products: [.library(name: "RoundCode",targets: ["RoundCode"])],
targets: [
.target(name: "RoundCode", dependencies: [], path: "Sources"),