Skip to content

Commit

Permalink
Merge pull request #17 from RomanPodymov/master
Browse files Browse the repository at this point in the history
add tvOS support in the podfile
  • Loading branch information
Usipov committed Nov 8, 2022
2 parents db71dc8 + 42d4ce5 commit 7636e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marshroute.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit 7636e63

Please sign in to comment.