[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / a / 5 / JASOON / 0.1.2 / JASOON.podspec.json
blobc794c0f0a22242c11f64fd5accb36f9e28406b1b
2   "name": "JASOON",
3   "version": "0.1.2",
4   "summary": "Library to parse JSON to objects and Objects to JSON with operators.",
5   "description": "Library to parse JSON to objects and Objets to JSON with operators. Parsing infering types. Stop using `guard let`.\nThis library also will use throws to handling errors. Provide very useful errors for debug.",
6   "homepage": "https://github.com/julianAlonso/JASOON",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "julianAlonso": "julian.alonso.dev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/julianAlonso/JASOON.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "https://twitter.com/maisterjuli",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/**/*"