Google LevelDB for Mac/iOS
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'
make test
Any contribution is more than welcome!