Skip to content

Commit

Permalink
Update minimum deployment target to 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Merrick Sapsford authored and Merrick Sapsford committed Apr 6, 2024
1 parent b1a6741 commit d143bd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "Tabman",
platforms: [
.iOS(.v11)
.iOS(.v12)
],
products: [
.library(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- Automatically insets child view controller contents.

## 📋 Requirements
Tabman requires iOS 11 or above; and is compatibile with Swift 5.
Tabman requires iOS 12 or above; and is compatibile with Swift 5.

## 📲 Installation

Expand Down
2 changes: 1 addition & 1 deletion Tabman.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Tabman"
s.platform = :ios, "11.0"
s.platform = :ios, "12.0"
s.requires_arc = true

if s.respond_to? 'swift_versions'
Expand Down
2 changes: 1 addition & 1 deletion Tabman.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TM_VERSION=3.0.2
TM_IOS_DEPLOYMENT_TARGET=11.0
TM_IOS_DEPLOYMENT_TARGET=12.0

0 comments on commit d143bd8

Please sign in to comment.