[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / f / a / ObjCBSON / 0.1.0 / ObjCBSON.podspec.json
blob0e84001da8a32311f3ff3441daacde16ecee4767
2   "name": "ObjCBSON",
3   "version": "0.1.0",
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",
9   "source": {
10     "git": "https://github.com/paulmelnikow/ObjCBSON.git",
11     "tag": "0.1.0"
12   },
13   "social_media_url": "https://twitter.com/paulmelnikow",
14   "requires_arc": true,
15   "source_files": "Pod",
16   "private_header_files": "Pod/*-private.h",
17   "dependencies": {
18     "libbson": [
19       "~> 1.0.2"
20     ],
21     "OrderedDictionary": [
22       "~> 1.2"
23     ]
24   }