加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/unash/BarrageRenderer
克隆/下载
BarrageRenderer.podspec 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
unash 提交于 2016-04-01 13:53 . modify readme file.
Pod::Spec.new do |s|
s.name = "BarrageRenderer"
s.version = "0.0.1"
s.summary = "With BarrageRenderer, you can easily create barrage or danmaku in your apps."
s.homepage = "https://github.com/unash/BarrageRenderer.git"
s.license = { :type => 'MIT License', :file => 'LICENSE' }
s.author = { "unash" => "unash@exbye.com" }
s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/unash/BarrageRenderer.git", :branch => "master" }
s.source_files = "BarrageRenderer/*.{h,m}","BarrageRenderer/*/*.{h,m}"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化