protoblock / leveldb-darwin

Google LevelDB for OSX/iOS

Home Page:http://github.com/google/leveldb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Google LevelDB for OSX/iOS

http://github.com/google/leveldb

License:MIT License


Languages

Language:Shell 76.2%Language:Ruby 8.6%Language:Objective-C++ 8.5%Language:Objective-C 4.7%Language:Makefile 2.0%