From bae5aed4c598c4453f6a9108fb20b382571b6271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E7=AB=8B=E5=90=9B?= Date: Thu, 15 Aug 2024 09:41:15 +0800 Subject: [PATCH] Update Podfile --- Podfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Podfile b/Podfile index fa3c92d..41f7efb 100644 --- a/Podfile +++ b/Podfile @@ -24,7 +24,8 @@ target 'TouTiao' do pod 'SnapKit', '~> 3.2.0' pod 'AVOSCloud' # 数据存储、短信、云引擎调用等基础服务模块 pod 'AVOSCloudIM' # 实时通信模块 - pod 'Coded' + pod 'Coded' + pod 'Rour' end