1 Star 0 Fork 2

SyberOS/giflib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
giflib.podspec 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
ricky cancro 提交于 2015-03-10 14:30 . oops
Pod::Spec.new do |s|
s.name = "giflib"
s.version = "5.1.2"
s.summary = "giflib is a library for reading and writing gif images."
s.homepage = "http://giflib.sourceforge.net/"
s.license = 'LGPL'
s.author = { "Eric S. Raymond" => "esr@thyrsus.com" }
s.source = { :git => "git@github.com:rcancro/giflib.git", :tag => '5.1.2' }
s.requires_arc = true
s.source_files = 'lib/*.{c,h}'
s.public_header_files = 'lib/*.{h}'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/SyberOS/giflib.git
git@gitee.com:SyberOS/giflib.git
SyberOS
giflib
giflib
syberos-master

搜索帮助