diff --git a/Package.swift b/Package.swift index 4589c50..d3d78bb 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "TestAppIOSDK", - platforms: [.iOS("11.0")], + platforms: [.iOS("13.0")], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(name: "TestAppIOSDK", targets: ["TestAppIOSDK"]),