blob: a72b6ac6cf6e22d21a0dbc658afc185e34414266 [file] [log] [blame]
{
"name": "Objective-LevelDB",
"version": "2.1.5",
"license": "MIT",
"summary": "A feature-complete wrapper for LevelDB in Objective-C.",
"description": "This is a feature-complete wrapper for Google's LevelDB. LevelDB is a fast key-value store written by Google.",
"homepage": "https://github.com/matehat/Objective-LevelDB",
"authors": [
"Michael Hoisie",
"Mathieu D'Amours"
],
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/matehat/Objective-LevelDB.git",
"tag": "2.1.5",
"submodules": true
},
"source_files": "Classes/*.{h,m,mm}",
"dependencies": {
"leveldb-library": [
"~> 1.18.2"
]
},
"requires_arc": false
}