mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-12-04 20:26:44 +00:00
11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
|
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
|