/protobuf-objc

Protocol Buffers for Objective-C

Primary LanguageObjective-C

Install Protocol Buffers for Objective-C, only for ARC projects

1.ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2.brew install automake

3.brew install libtool

4.brew install protobuf

5.git clone git@github.com:alexeyxo/protobuf-objc.git

6../build.sh

#Compile ".proto" files. protoc --plugin=/usr/local/bin/protoc-gen-objc person.proto --objc_out="./"

#Framework Directory This is compiled framework for Xcode Projects

Protocol Buffers, Objective C

An implementation of Protocol Buffers in Objective C.

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 for more information.

Credits

Booyah Inc.

Google Protocol Buffers, Objective C

Google Protocol Buffers

  • Kenton Varda, Sanjay Ghemawat, Jeff Dean, and others