Danappelxx / libbson-xcode

A mirror of libbson placed into an Xcode project
1 stars 3 forks source link

libbson-xcode

This repository is a mirror of the MongoDB libbson library, except the source files are place in an Xcode project. This is done to allow libbson to build through Carthage.

Compatible with libmongoc-xcode.

Usage

Add the following line to your Cartfile:

github "Danappelxx/libbson-xcode" "master"

and run

$ carthage bootstrap

in your source file, simply

import bson

and enjoy!

Documentation

Documentation is available here.