Files

12 lines
201 B
Ruby

use_frameworks!
target 'SwiftAudioPlayer_Example' do
platform :ios, '10.0'
pod 'SwiftAudioPlayer', :path => '../'
target 'SwiftAudioPlayer_Tests' do
inherit! :search_paths
end
end