2 "name": "LevelDB-ObjC",
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",
14 "git": "https://github.com/lsm/LevelDB-ObjC.git",
15 "commit": "017a932cee36dd58a0346ce22e40feed0c4d50d4",
18 "source_files": "Classes/*.{h,m,mm}",
19 "libraries": "leveldb",
20 "public_header_files": "Classes/levelDB.h",
21 "preserve_paths": "leveldb-library",
23 "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/LevelDB-ObjC/leveldb-library\"",
24 "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/LevelDB-ObjC/leveldb-library/include\""
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"