Files
2019-01-28 22:22:41 -08:00

12 lines
176 B
Ruby

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