8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
|
|
||
|
platform :ios, '12.0'
|
||
|
target 'paraformer_online' do
|
||
|
use_frameworks!
|
||
|
|
||
|
pod 'onnxruntime-c'
|
||
|
end
|