zyc 689fa8936b Integrate Volcengine realtime voice + Live2D mouth driving
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 15:39:23 +08:00

13 lines
271 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/volcengine/volcengine-specs.git'
platform :ios, '12.0'
inhibit_all_warnings!
target 'SpeechDemo' do
# Add cocoapods dependencyies
pod 'SPEECH_MODULE_NAME', 'SPEECH_MODULE_VERSION'
end