Swiftfin/Podfile

11 lines
217 B
Plaintext
Raw Normal View History

2021-06-20 19:05:55 +00:00
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