4 "summary": "High-performance BSON serialization and deserialization in Objective-C",
5 "description": " NSError **error = nil;\n NSDictionary *doc = [BSONSerialization dictionaryWithBSONData:data error:error];\n\n NSError **error = nil;\n NSData *data = [BSONSerialization BSONDataWithDictionary:dictionary error:error];\n",
6 "homepage": "https://github.com/paulmelnikow/ObjCBSON",
7 "license": "Apache License, Version 2.0",
8 "authors": "Paul Melnikow",
10 "git": "https://github.com/paulmelnikow/ObjCBSON.git",
13 "social_media_url": "https://twitter.com/paulmelnikow",
15 "source_files": "Pod",
16 "private_header_files": "Pod/*-private.h",
21 "OrderedDictionary": [