Skip to content

Commit

Permalink
Bump minimum deployment target to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Nov 2, 2022
1 parent 170fa43 commit 39e4fdf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pageboy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
4 changes: 2 additions & 2 deletions Pageboy.xcconfig
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 39e4fdf

Please sign in to comment.