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}'