Podfile 150 B

12345678910
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :tvos, '11.0'
  3. use_frameworks!
  4. target 'SimplePlayback' do
  5. pod 'TVVLCKit', '~> 3.0.2'
  6. end