Skip to content

Commit ab76831

Browse files
authored
spm: Batch 1.20 requires iOS 11
1 parent d9715c5 commit ab76831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "BatchMixpanelSwiftDispatcher",
77
platforms: [
8-
.iOS(.v10)
8+
.iOS(.v11)
99
],
1010
products: [
1111
.library(

0 commit comments

Comments
 (0)