diff --git a/Package.swift b/Package.swift index 6219111..f899670 100644 --- a/Package.swift +++ b/Package.swift @@ -8,8 +8,7 @@ let package = Package( platforms: [ .macOS(.v10_15), .iOS(.v13), - .watchOS(.v6), - .tvOS(.v13) + .watchOS(.v6) ], products: [ .library( diff --git a/SwiftUIPager.podspec b/SwiftUIPager.podspec index 7a74d81..e2d049a 100644 --- a/SwiftUIPager.podspec +++ b/SwiftUIPager.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "fermoya" => "fmdr.ct@gmail.com" } - s.platforms = { :ios => "13.0", :osx => "10.15", :watchos => "6.0", :tvos => "13.0" } + s.platforms = { :ios => "13.0", :osx => "10.15", :watchos => "6.0" } s.swift_version = "5.1" s.source = { :git => "https://github.com/fermoya/SwiftUIPager.git", :tag => "#{s.version}" }