Podfile 79 B

123456
  1. platform :tvos, '13.0'
  2. target 'FLEXample' do
  3. pod 'FLEX', :path => '../'
  4. end