6116b1f3c6
Update API Documentation / build-api-docs (push) Has been cancelled
Add complete FunASR codebase including models, runtime, and documentation.
8 lines
106 B
Ruby
8 lines
106 B
Ruby
|
|
platform :ios, '12.0'
|
|
target 'paraformer_online' do
|
|
use_frameworks!
|
|
|
|
pod 'onnxruntime-c'
|
|
end
|