4 "summary": "Mac OS and iOS library for MongoDB and BSON.",
5 "description": " Mac OS and iOS library for MongoDB and BSON.\n - Simple BSON encoding and decoding, using dictionaries.\n - Built-in support for arrays, dictionaries, embedded objects, strings, numbers, dates, object IDs, and the miscellaneous MongoDB types.\n - More complex encoding and decoding based on NSCoder's keyed coding scheme. A robust delegate interface lets you implement encoding and decoding entirely outside the model classes if necessary.\n - Automatically encodes and decodes Core Data entities. Using the coder's delegate interface you can customize the default behavior, or simply implement alternate behavior it in the entity class.\n - Aims to feel Cocoa-like, not Mongo-like. For example, method names in MongoKeyedPredicate and MongoUpdateRequest are natural in Cocoa, though they don't conform to the underlying Mongo keywords.\n",
6 "homepage": "https://github.com/paulmelnikow/ObjCMongoDB",
9 "Paul Melnikow": "github@paulmelnikow.com"
12 "git": "https://github.com/paulmelnikow/ObjCMongoDB.git",
19 "requires_arc": false,
28 "source_files": "BSON",
29 "private_header_files": [
31 "BSON/BSON_PrivateInterfaces.h"
36 "source_files": "Mongo",
37 "private_header_files": [
38 "Mongo/Mongo_Helper.h",
39 "Mongo/Mongo_PrivateInterfaces.h"
45 "ObjCMongoDB/OrderedDictionary": [
51 "name": "OrderedDictionary",
52 "source_files": "OrderedDictionary",
55 "file": "OrderedDictionary/OrderedDictionary.h"