From 42d4ce5460f2cfc79ba0e822ea2af3b511bc3d9d Mon Sep 17 00:00:00 2001 From: Roman Podymov Date: Mon, 24 Oct 2022 13:11:45 +0200 Subject: [PATCH] tvOS --- Marshroute.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marshroute.podspec b/Marshroute.podspec index c53c7ed..bc4e798 100644 --- a/Marshroute.podspec +++ b/Marshroute.podspec @@ -7,8 +7,8 @@ Pod::Spec.new do |s| s.license = 'MIT' s.author = { 'Timur Yusipov' => 'tyusipov@avito.ru' } s.source = { :git => 'https://github.com/avito-tech/Marshroute.git', :tag => s.version } - s.platform = :ios, '8.0' s.ios.deployment_target = '8.0' + s.tvos.deployment_target = '9.0' s.requires_arc = true s.swift_version = '5.0' s.source_files = 'Marshroute/Sources/**/*.{swift}'