Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cybertk/leveldb-darwin
- Owner: cybertk
- License: mit
- Created: 2014-07-03T04:44:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T01:04:32.000Z (over 6 years ago)
- Last Synced: 2024-04-14T23:28:40.996Z (9 months ago)
- Language: Shell
- Homepage: http://github.com/google/leveldb
- Size: 777 KB
- Stars: 18
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!