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