[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 5 / 2 / MPEDN / 1.0.0 / MPEDN.podspec.json
bloba114809bff8ec412940751e2b74e7a1ef58940dd
2   "name": "MPEDN",
3   "version": "1.0.0",
4   "summary": "An EDN (Extensible Data Notation) Objective C library for OS X and iOS.",
5   "description": "    The library includes:\n\n    * `MPEdnParser`, a parser for reading EDN and generating equivalent Cocoa data\n      structures.\n\n    * `MPEdnWriter`, which writes Cocoa data structures as EDN.\n\n    For most uses, parsing EDN is as simple as:\n\n        [@\"{:a 1}\" ednStringToObject];\n\n    Which returns the parsed object or nil on error.\n\n    And to generate EDN from a Cocoa object:\n\n        [myObject objectToEdnString];\n\n    See the headers for API docs.\n",
6   "homepage": "https://github.com/scramjet/mpedn",
7   "license": {
8     "type": "Eclipse",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matthew Phillips": "m@mattp.name"
13   },
14   "source": {
15     "git": "https://github.com/scramjet/mpedn.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "MPEdn",
19   "requires_arc": true