Protobuf-objc 0.0.1× 测试已测试✗ 语言语言 Obj-CObjective C许可证 Apache 2 发布最后发布2014年12月由 Superbil 维护。安装指南×Protobuf-objc 安装指南您想在 Podfile 中添加类似下面的代码:pod 'Protobuf-objc', '~> 0.0'target 'MyApp' do pod 'Protobuf-objc', '~> 0.0' end然后在终端或从 CocoaPods.app 中运行 pod install或者为了进行测试运行,运行以下命令:pod try Protobuf-objc查看 PodspecGitHub 仓库主页CocoaPods.org 上的页面Protobuf-objc 0.0.1作者Kenton Varda, Sanjay Ghemawat 和 Jeff DeanSuperbil/protobuf-objcGitHub 仓库 Protocol Buffers, Objective C iOS5 这是 Protocol Buffers in Objective C 项目的修改版,支持 ARC,针对 iOS5 及以上版本优化。本版本为 Protocol Buffers 2.5 更新。 Protocol Buffers 是一种以高效且可扩展的格式编码结构化数据的方法。该项目基于 Google 的 Protocol Buffers 实现。更多关于 Google Protocol Buffers 项目,请参阅 Google protobuf 项目。 致谢 David Bonnefoy Superbil Regwez Inc. Ragy Eleish [email protected] Booyah Inc. Jon Parise [email protected] Google Protocol Buffers, Objective C Cyrus Najmabadi (http://code.google.com/p/metasyntactic/wiki/ProtocolBuffers) Sergey Martynov (http://github.com/martynovs/protobuf-objc) Google Protocol Buffers Kenton Varda, Sanjay Ghemawat, Jeff Dean, and others