代码拉取完成,页面将自动刷新
#
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。