mirror of
https://github.com/voiceip/tinyphone
synced 2026-08-07 02:26:03 -04:00
10 lines
287 B
Ruby
10 lines
287 B
Ruby
platform :macos, '10.15'
|
|
use_frameworks!
|
|
|
|
target 'Tinyphone' do
|
|
pod 'YbridOpus'
|
|
# pod 'libopus-static'
|
|
# pod 'pjsip', '~> 2.9.0.2'
|
|
pod 'pjsip', :git => 'https://github.com/voiceip/cocoapod-pjsip' , :branch => 'g729' #:path => '/Volumes/Workspace/code/voice/cocoapod-pjsip'
|
|
end
|
|
|