[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 6 / 2 / Juice / 1.0.10 / Juice.podspec.json
blobf455b503c4c537d064f7aada04a21aa5fdb60412
2   "name": "Juice",
3   "version": "1.0.10",
4   "summary": "A modern and simple JSON Encoder / Decoder for Swift 3",
5   "description": "Juice is a modern and simple JSON Encoder / Decoder for Swift 3\nFeatures:\n* Written to take full advantage of Swift's ability to throw errors.\n* If a required parameter is missing or the wrong type, Juice will tell you exactly which model and key - for easy debugging.\n* Easy to use. No weird <*> <|?> <:3>-operators. Just use decode, Juice will figure out the rest.\n* Ability to transform values when encoding / decoding.\n* ...and of course many, many test cases!",
6   "homepage": "https://github.com/rundfunk47/Juice",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Narek Mailian": "narek.mailian@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rundfunk47/Juice.git",
16     "tag": "1.0.10"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Juice/Classes/**/*",
22   "pushed_with_swift_version": "3.0"