[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / d / 2 / LevelDB-ObjC / 0.0.1 / LevelDB-ObjC.podspec.json
blobc3ef328838c1b5dc66bf463c1edf5a34a89e156b
2   "name": "LevelDB-ObjC",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "4.3",
6     "osx": "10.6"
7   },
8   "license": "MIT",
9   "summary": "A minimal wrapper for LevelDB in Objective C.",
10   "description": "This is a simple wrapper for Google's LevelDB. LevelDB is a fast key-value store written by Google. This is a forked version for updated leveldb and XCode after 4.2.",
11   "homepage": "https://github.com/hoisie/LevelDB-ObjC",
12   "authors": "Michael Hoisie",
13   "source": {
14     "git": "https://github.com/lsm/LevelDB-ObjC.git",
15     "commit": "017a932cee36dd58a0346ce22e40feed0c4d50d4",
16     "submodules": true
17   },
18   "source_files": "Classes/*.{h,m,mm}",
19   "libraries": "leveldb",
20   "public_header_files": "Classes/levelDB.h",
21   "preserve_paths": "leveldb-library",
22   "xcconfig": {
23     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/LevelDB-ObjC/leveldb-library\"",
24     "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/LevelDB-ObjC/leveldb-library/include\""
25   },
26   "requires_arc": false,
27   "prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"