Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybertk/leveldb-darwin

Google LevelDB for macOS/iOS
https://github.com/cybertk/leveldb-darwin

Last synced: about 2 months ago
JSON representation

Google LevelDB for macOS/iOS

Awesome Lists containing this project

README

        

# leveldb-darwin

> [Google LevelDB][] for Mac/iOS

[Google LevelDB]: https://github.com/google/leveldb

[![CI Status](http://img.shields.io/travis/cybertk/leveldb-darwin/master.svg?style=flat)](https://travis-ci.org/cybertk/leveldb-darwin)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](https://img.shields.io/cocoapods/v/leveldb.svg?style=flat)](http://cocoadocs.org/docsets/leveldb)
[![Platform](https://img.shields.io/cocoapods/p/leveldb.svg?style=flat)](http://cocoadocs.org/docsets/leveldb)

## Getting Started

### Using [Carthage][]

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

```ogdl
github "cybertk/leveldb-darwin" ~> 1.18
```

### Using [CocoaPods][]

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

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

pod 'leveldb', '~> 1.18'
```

[Carthage]: https://github.com/Carthage/Carthage
[CocoaPods]: http://cocoapods.org

## Run Tests

make test

## Contribution

Any contribution is more than welcome!