2 Star 7 Fork 10

agoraio-community/API-Examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sense.podspec 909 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |spec|
spec.name = "SenseLib"
spec.version = "1.0"
spec.summary = "Agora iOS video SDK"
spec.description = "iOS library for agora A/V communication, broadcasting and data channel service."
spec.homepage = "https://docs.agora.io/en/Agora%20Platform/downloads"
spec.license = { "type" => "Copyright", "text" => "Copyright 2018 agora.io. All rights reserved.\n"}
spec.author = { "Agora Lab" => "developer@agora.io" }
spec.platform = :ios
spec.source = { :git => "" }
spec.source_files = 'SenseLib/**/*.{h,m}'
spec.resources = "SenseLib/**/*.zip", "SenseLib/filter_style/*.model", "SenseLib/*.lic",
spec.library = "z"
spec.vendored_libraries = "SenseLib/**/*.a"
spec.resource_bundles = {"SenseLib" => "SenseLib/**/*.bundle"}
spec.requires_arc = true
spec.ios.deployment_target = '9.0'
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

搜索帮助