FlatBuffers-ObjC 0.0.2× 测试测试✗ 语言语言 Obj-CObjective C许可协议 MIT 发布最新版本2016年6月由 jidibingren 维护。安装指南×FlatBuffers-ObjC 安装指南你想要在 Podfile 中添加如下代码 pod 'FlatBuffers-ObjC', '~> 0.0'target 'MyApp' do pod 'FlatBuffers-ObjC', '~> 0.0' end然后在终端或从 CocoaPods.app 中运行 pod install或者为了测试运行,运行以下命令pod try FlatBuffers-ObjC查看 PodspecGitHub仓库CocoaPods.org 页面FlatBuffers-ObjC 0.0.2作者jidibingrenjidibingren/FlatBuffers-ObjCGitHub仓库 FlatBuffers Objective-C 扩展实现 git clone https://github.com/jidibingren/FlatBuffers-ObjC.git 打开 rootdir/FlatBuffer/build_ide/Xcode/FlatBuffers.xcodeproj 并构建 flatc 目标 ./flatc -oc test.fbs 将步骤 3 生成的文件导入到你的项目中 在 Podfile 中添加 pod 'FlatBuffers-ObjC'