15 lines
238 B
Ruby
15 lines
238 B
Ruby
platform :ios, '10.0'
|
|
use_frameworks!
|
|
|
|
target 'SwiftAudio_Example' do
|
|
pod 'SwiftAudio', :path => '../'
|
|
|
|
target 'SwiftAudio_Tests' do
|
|
inherit! :search_paths
|
|
|
|
pod 'Quick', '~> 2.0.0'
|
|
pod 'Nimble' , '~> 8.0.0'
|
|
|
|
end
|
|
end
|