blob: 66ff8d118fe5a7d55fc2ae96208f6e22ee9c5a68 [file] [log] [blame]
{
"name": "Juice",
"version": "1.0.4",
"summary": "A modern and simple JSON Encoder / Decoder for Swift 3",
"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!",
"homepage": "https://github.com/rundfunk47/Juice",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Narek Mailian": "narek.mailian@gmail.com"
},
"source": {
"git": "https://github.com/rundfunk47/Juice.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Juice/Classes/**/*",
"pushed_with_swift_version": "3.0"
}