FlatBuffers-ObjC 0.0.2

FlatBuffers-ObjC 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jun 2016

Maintained by jidibingren.



  • By
  • jidibingren

FlatBuffers Objective-C extension implementation

  1. git clone https://github.com/jidibingren/FlatBuffers-ObjC.git

  2. open rootdir/FlatBuffer/build_ide/Xcode/FlatBuffers.xcodeproj and build flatc target

  3. ./flatc -oc test.fbs

  4. import the files into your project generated for step 3

  5. add pod 'FlatBuffers-ObjC' to your Podfile