leveldb-darwin
leveldb-darwin copied to clipboard
Google LevelDB for macOS/iOS
trafficstars
leveldb-darwin
Google LevelDB for Mac/iOS
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!