Podfile 193 B

123456789101112
  1. use_frameworks!
  2. target 'LXMPlayer_Example' do
  3. pod 'LXMPlayer', :path => '../'
  4. # target 'LXMPlayer_Tests' do
  5. # inherit! :search_paths
  6. #
  7. # pod 'Specta'
  8. # pod 'Expecta'
  9. # end
  10. end