Skip to content

Commit 0bc23a5

Browse files
committed
Drop tvos.
1 parent ebc2d5c commit 0bc23a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "AlertKit",
77
platforms: [
8-
.iOS(.v13),
9-
.tvOS(.v13)
8+
.iOS(.v13)
109
],
1110
products: [
1211
.library(

SPAlert.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010

1111
s.swift_version = '5.1'
1212
s.ios.deployment_target = '13.0'
13-
s.tvos.deployment_target = '13.0'
13+
#s.tvos.deployment_target = '13.0'
1414

1515
s.source_files = 'Sources/AlertKit/**/*.swift'
1616

0 commit comments

Comments
 (0)