1 Star 0 Fork 0

sunday/PLShortVideoKit

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PLShortVideoKit.podspec 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
anhaoxiong 提交于 2018-08-06 19:47 +08:00 . update podspec
#
# Be sure to run `pod spec lint PLShortVideoKit.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 http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "PLShortVideoKit"
s.version = "1.13.0"
s.summary = "PILI iOS short video record SDK"
s.homepage = "https://github.com/pili-engineering/PLShortVideoKit"
s.license = "Apache License 2.0"
s.author = { "pili" => "pili@qiniu.com" }
s.source = { :http => "http://sdk-release.qnsdk.com/PLShortVideoKit-v1.13.0.zip"}
s.platform = :ios
s.requires_arc = true
s.ios.deployment_target = "8.0"
s.dependency 'Qiniu', '~> 7.1'
s.subspec "ex-libMuseProcessor" do |ss1|
ss1.vendored_framework = "Pod/Library/PLShortVideoKit.framework"
end
s.subspec "libMuseProcessor" do |ss2|
ss2.vendored_libraries = 'Pod/Library/*.a'
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sncode/PLShortVideoKit.git
git@gitee.com:sncode/PLShortVideoKit.git
sncode
PLShortVideoKit
PLShortVideoKit
master

搜索帮助