/leveldb-darwin

Google LevelDB for OSX/iOS

Primary LanguageShellMIT LicenseMIT

leveldb-darwin

Google LevelDB for Mac/iOS

CI Status Carthage compatible Version Platform

Getting Started

Using Carthage

To integrate leveldb-darwin into your Xcode project using Carthage, specify it in your Cartfile:

github "cybertk/leveldb-darwin" ~> 1.18

Using CocoaPods

To integrate leveldb-darwin into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

pod 'leveldb', '~> 1.18'

Run Tests

make test

Contribution

Any contribution is more than welcome!