1 Star 0 Fork 0

小沈曰/PLVSubtitle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PLVSubtitle.podspec 641 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pod::Spec.new do |s|
s.name = "PLVSubtitle"
s.version = "0.1.2"
s.summary = "SRT 字幕解析组件,字幕显示组件。"
s.description = <<-DESC
PLVSubtitle
SRT 字幕解析组件,字幕显示组件。
DESC
s.homepage = "https://github.com/polyv/PLVSubtitle"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "bqlin" => "bqlins@163.com" }
s.source = { :git => "https://github.com/polyv/PLVSubtitle.git", :tag => "#{s.version}" }
s.source_files = "PLVSubtitle/**/*.{h,m}"
s.requires_arc = true
s.platform = :ios, "8.0"
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/szlsay/PLVSubtitle.git
git@gitee.com:szlsay/PLVSubtitle.git
szlsay
PLVSubtitle
PLVSubtitle
master

搜索帮助