TokyoCabinetFramework is a simple static iOS framework of Tokyo Cabinet. It supports only C-API and there is no Objective-C support.
TokyoCabinetFramework is provided under the LGPL.
Tokyo Cabinet is included under 'Headers' and 'Sources' directory. It is provided under the LGPL.
- Open TokyoCabinet.xcodeproj with Xcode.
- Select the target 'TokyoCabinet.framework' and build it.
- Copy build/Release-framework/TokyoCabinet.framework to your project directory.
- Add the TokyoCabinet.framework to your Xcode project.
You need to add 'TokyoCabinet/' prefix to import paths. For example, you need to import <TokyoCabinet/tctdb.h> instead of <tctdb.h>.
TokyoCabinetFramework contains simple tests with GHUnit. You can run them by selecting target 'Tests'.