mirror of
https://github.com/dirtydishes/dreamio.git
synced 2026-06-06 13:37:24 +00:00
7 lines
87 B
Ruby
7 lines
87 B
Ruby
platform :ios, '16.0'
|
|
|
|
target 'Dreamio' do
|
|
use_frameworks!
|
|
|
|
pod 'MobileVLCKit'
|
|
end
|