Skip to content

Commit

Permalink
Merge pull request #7 from fermoya/feat/carthage-support
Browse files Browse the repository at this point in the history
Removing tvos
  • Loading branch information
fermoya authored Jan 26, 2020
2 parents 043c21d + c733072 commit 3175c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ let package = Package(
platforms: [
.macOS(.v10_15),
.iOS(.v13),
.watchOS(.v6),
.tvOS(.v13)
.watchOS(.v6)
],
products: [
.library(
Expand Down
2 changes: 1 addition & 1 deletion SwiftUIPager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "fermoya" => "[email protected]" }

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}" }
Expand Down

0 comments on commit 3175c06

Please sign in to comment.