1 Star 0 Fork 0

tyousan/UTSTXLiteAVSDK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
UTSTXLiteAVSDK.podspec 2.38 KB
一键复制 编辑 原始数据 按行查看 历史
tyousan 提交于 2024-08-02 22:00 . 更新SDK版本到12.0.0.16266
#
# Be sure to run `pod spec lint lklPaySdk.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |spec|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# These will help people to find your library, and whilst it
# can feel like a chore to fill in it's definitely to your advantage. The
# summary should be tweet-length, and the description more in depth.
#
spec.name = "UTSTXLiteAVSDK"
spec.version = "2.0.1"
spec.summary = "UTSTXLiteAVSDK"
spec.description = <<-DESC
封装了腾讯直播推流SDK,可以实现腾讯RTMP\RTC直播推流SDK功能。
DESC
spec.homepage = "https://gitee.com/tyousan_admin/UTSTXLiteAVSDK"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = { "176142998" => "176142998@qq.com" }
spec.platform = :ios, "11.0"
spec.ios.deployment_target = "11.0"
spec.source = { :git => "https://gitee.com/tyousan_admin/UTSTXLiteAVSDK.git", :tag => spec.version}
# spec.source_files = "Headers/*.{h,m}"
# spec.frameworks = "CFNetwork", "SystemConfiguration"
# spec.library = "z"
spec.vendored_frameworks = "Framework/TXLiteAVSDK_Professional.framework"
# spec.pod_target_xcconfig = {
# 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
# 'VALID_ARCHS[sdk=iphonesimulator*]' => 'arm64 x86_64'
# }
spec.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
}
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
# If your library depends on compiler flags you can set them in the xcconfig hash
# where they will only apply to your library. If you depend on other Podspecs
# you can include multiple dependencies to ensure it works.
# spec.requires_arc = true
# spec.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tyousan_admin/UTSTXLiteAVSDK.git
git@gitee.com:tyousan_admin/UTSTXLiteAVSDK.git
tyousan_admin
UTSTXLiteAVSDK
UTSTXLiteAVSDK
master

搜索帮助