Podfile 98 B

12345678
  1. platform :ios, '9.0'
  2. target 'SwiftSimplePlayback' do
  3. use_frameworks!
  4. pod 'MobileVLCKit'
  5. end