update os in Podfile

This commit is contained in:
Ethan Pippin 2022-01-05 11:46:31 -07:00
parent 8c91a95ca4
commit 16efb3da7a
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@ def shared_pods
end
target 'JellyfinPlayer iOS' do
platform :ios, '14.0'
platform :ios, '15.0'
shared_pods
pod 'google-cast-sdk'
pod 'MobileVLCKit'
pod 'SwizzleSwift'
end
target 'JellyfinPlayer tvOS' do
platform :tvos, '14.0'
platform :tvos, '15.0'
shared_pods
pod 'TVVLCKit'
end