[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 3 / 8 / Objective-LevelDB / 2.1.5 / Objective-LevelDB.podspec.json
bloba72b6ac6cf6e22d21a0dbc658afc185e34414266
2   "name": "Objective-LevelDB",
3   "version": "2.1.5",
4   "license": "MIT",
5   "summary": "A feature-complete wrapper for LevelDB in Objective-C.",
6   "description": "This is a feature-complete wrapper for Google's LevelDB. LevelDB is a fast key-value store written by Google.",
7   "homepage": "https://github.com/matehat/Objective-LevelDB",
8   "authors": [
9     "Michael Hoisie",
10     "Mathieu D'Amours"
11   ],
12   "platforms": {
13     "ios": "5.0",
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/matehat/Objective-LevelDB.git",
18     "tag": "2.1.5",
19     "submodules": true
20   },
21   "source_files": "Classes/*.{h,m,mm}",
22   "dependencies": {
23     "leveldb-library": [
24       "~> 1.18.2"
25     ]
26   },
27   "requires_arc": false