From 39e4fdf34dfc314a9b6a90608265028be74f05db Mon Sep 17 00:00:00 2001 From: msaps Date: Wed, 2 Nov 2022 16:20:45 +0100 Subject: [PATCH] Bump minimum deployment target to 11.0 --- .../xcode/package.xcworkspace/contents.xcworkspacedata | 7 +++++++ Pageboy.podspec | 2 +- Pageboy.xcconfig | 4 ++-- README.md | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata diff --git a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..919434a6 --- /dev/null +++ b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Pageboy.podspec b/Pageboy.podspec index 2e0a6495..518cfed6 100644 --- a/Pageboy.podspec +++ b/Pageboy.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "Pageboy" - s.ios.deployment_target = '9.0' + s.ios.deployment_target = '11.0' s.tvos.deployment_target = '10.0' s.swift_versions = ['5.0'] diff --git a/Pageboy.xcconfig b/Pageboy.xcconfig index 86df4eb9..ff521943 100644 --- a/Pageboy.xcconfig +++ b/Pageboy.xcconfig @@ -1,4 +1,4 @@ PB_VERSION=3.7.0 -PB_IOS_DEPLOYMENT_TARGET=9.0 -PB_TVOS_DEPLOYMENT_TARGET=10.0 +PB_IOS_DEPLOYMENT_TARGET=11.0 +PB_TVOS_DEPLOYMENT_TARGET=11.0 diff --git a/README.md b/README.md index 800bff76..419f171a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ - [x] Support for custom animated page transitions. ## 📋 Requirements -Pageboy requires iOS 9 / tvOS 10; and is compatible with Swift 5. +Pageboy requires iOS 11 / tvOS 11; and is compatible with Swift 5. ## 📲 Installation