Swiftfin/Podfile
2021-06-20 15:05:55 -04:00

11 lines
217 B
Ruby

target 'JellyfinPlayer iOS' do
platform :ios, '14.0'
use_frameworks!
pod 'google-cast-sdk'
pod 'MobileVLCKit'
end
target 'JellyfinPlayer tvOS' do
platform :tvos, '14.0'
use_frameworks!
pod 'TVVLCKit'
end