Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit 2feb37e

Browse files
committed
Drop iOS 8 support to silence warning from Xcode 12
1 parent acc071f commit 2feb37e

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: "CollectionViewPagingLayout",
77
platforms: [
8-
.iOS(.v8)
8+
.iOS(.v9)
99
],
1010
products: [
1111
.library(

0 commit comments

Comments
 (0)