[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 8 / d / BSONCodec / 0.0.1 / BSONCodec.podspec.json
blobdd554600883bb012525819d4cc88ab598c97aafc
2   "name": "BSONCodec",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "BSON Codec for Objective-C.",
9   "description": "BSON, short for Binary JSON, is a binaryencoded serialization of JSONlike\ndocuments. Like JSON, BSON supports the embedding of documents and arrays within\nother documents and arrays.\n",
10   "homepage": "https://github.com/martinkou/bson-objc",
11   "authors": {
12     "Martin Kou": "martinkou@tixxme.com"
13   },
14   "source": {
15     "git": "https://github.com/martinkou/bson-objc.git",
16     "commit": "38ab9edcabec805a2a2f57bbee1540824138e3d5"
17   },
18   "source_files": "BSONCodec.{h,m}",
19   "requires_arc": false