1 Star 0 Fork 0

【脚笨】镜像 / google--flatbuffers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FlatBuffers.podspec 911 Bytes
一键复制 编辑 原始数据 按行查看 历史
Derek Bailey 提交于 2024-03-07 15:16 . FlatBuffers Version v24.3.7
Pod::Spec.new do |s|
s.name = 'FlatBuffers'
s.version = '24.3.7'
s.summary = 'FlatBuffers: Memory Efficient Serialization Library'
s.description = "FlatBuffers is a cross platform serialization library architected for
maximum memory efficiency. It allows you to directly access serialized
data without parsing/unpacking it first, while still having great
forwards/backwards compatibility."
s.homepage = 'https://github.com/google/flatbuffers'
s.license = { :type => 'Apache2.0', :file => 'LICENSE' }
s.author = { 'mustii' => 'mustii@mmk.one' }
s.source = { :git => 'https://github.com/google/flatbuffers.git', :tag => s.version.to_s, :submodules => true }
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.14'
s.swift_version = '5.0'
s.source_files = 'swift/Sources/Flatbuffers/*.swift'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/imagg/google--flatbuffers.git
git@gitee.com:imagg/google--flatbuffers.git
imagg
google--flatbuffers
google--flatbuffers
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891