/BinaryJSON

Pure Swift library for BSON

Primary LanguageSwiftMIT LicenseMIT

BinaryJSON

Swift Platforms License MIT Release Build Status

SPM compatible

Pure Swift library for BSON

Ubuntu Dependencies

  1. Build libbson from source.

  2. Add hard links to shared libraries

cp -lf /usr/local/lib/libbson* /usr/lib
  1. Fix header
sudo sed -i 's/<bson.h>/"bson.h"/g' /usr/local/include/libbson-1.0/bcon.h

OS X Dependencies

Install with Homebrew

brew install libbson