Ai
2 Star 10 Fork 12

agoraio-community/API-Examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Podfile 614 Bytes
一键复制 编辑 原始数据 按行查看 历史
sync2gitee 提交于 2025-08-26 15:29 +08:00 . [iOS] gitee sync >> use china repos.
# Uncomment the next line to define a global platform for your project
def common_pods
pod 'ShengwangRtcEngine_macOS', '4.6.0'
end
target 'APIExample' do
use_frameworks!
common_pods
pod 'AGEVideoLayout', :git => 'https://gitee.com/shengwang-dependencies/AGEVideoLayout.git'
end
target 'SimpleFilter' do
use_frameworks!
common_pods
end
post_install do |installer|
system("sh .download_script.sh 4.4.0 true")
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.13'
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/agoraio-community/API-Examples.git
git@gitee.com:agoraio-community/API-Examples.git
agoraio-community
API-Examples
API-Examples
main

搜索帮助