# protobuf-objc **Repository Path**: bigCake/protobuf-objc ## Basic Information - **Project Name**: protobuf-objc - **Description**: 配合TeamTalk工程的里面的pb编译使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-09-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Protocol Buffers, Objective C An implementation of Protocol Buffers in Objective C. [Additional info][info] Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. This project is based on an implementation of Protocol Buffers from Google. See the [Google protobuf project][g-protobuf] for more information. [g-protobuf]: http://code.google.com/p/protobuf/ [info]: https://code.google.com/p/metasyntactic/wiki/ProtocolBuffers # Credits Booyah Inc. ------------------------------------------------------------------------------- - Jon Parise 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